Crates.io | renparkn |
lib.rs | renparkn |
version | 0.1.1 |
source | src |
created_at | 2023-05-07 16:51:28.863737 |
updated_at | 2023-05-21 10:45:26.259936 |
description | rename file with parent directory name and keep numbering in current file name |
homepage | https://codeberg.org/gneb000/renparkn |
repository | https://codeberg.org/gneb000/renparkn |
max_upload_size | |
id | 859272 |
size | 16,023 |
Recursively rename files in provided directory by adding the parent directory name while keeping the numbering (first number in file name is kept by default).
renparkn [OPTIONS] <DIR_PATH>
<DIR_PATH> Path to directory with files to be renamed
-a, --num-after <STRING> Extract numbering after provided string (case sensitive)
-n, --dry-run Show rename proposal but do not apply
-h, --help Print help
-V, --version Print version