Go to file
Harrison 4f2eeb6a54
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good
Fixed 'Jenkinsfile' branch check when publishing
2023-04-21 11:34:21 -05:00
.vscode Initial commit 2023-04-05 12:24:58 -05:00
renamebycsv Restructured code slightly 2023-04-21 11:27:27 -05:00
.gitignore Initial commit 2023-04-05 12:24:58 -05:00
environment.yml Reduced build 'environment.yml' version specificity 2023-04-21 11:25:22 -05:00
Jenkinsfile Fixed 'Jenkinsfile' branch check when publishing 2023-04-21 11:34:21 -05:00
LICENSE Added a license and restructured folders 2023-04-05 16:19:32 -05:00
pyproject.toml Added package configurations and Woodpecker CI pipeline 2023-04-06 00:52:05 -05:00
README.md Initial commit 2023-04-05 12:24:58 -05:00
setup.cfg Bump version number 2023-04-21 11:30:33 -05:00
setup.py Added package configurations and Woodpecker CI pipeline 2023-04-06 00:52:05 -05:00
tox.ini Initial commit 2023-04-05 12:24:58 -05:00

renamebycsv

A simple program that renames files by using a spreadsheet in CSV format as a dictionary for the files to be renamed.

Features

  • Rename files recursively within a directory to a desired string
  • Desired string is set by a CSV where one column is the original string, and another column is the string to replace the original string with
  • Uses a REGEX capture group to select file and the portion of the filename to rename