Crates.io | renls |
lib.rs | renls |
version | 0.1.2 |
source | src |
created_at | 2023-05-07 16:50:47.898511 |
updated_at | 2023-05-21 10:35:33.780565 |
description | rename files using a list of names |
homepage | https://codeberg.org/gneb000/renls |
repository | https://codeberg.org/gneb000/renls |
max_upload_size | |
id | 859271 |
size | 15,861 |
Rename all files in a directory with a list of names from a file or stdin
renls [OPTIONS] --path <PATH>
-p, --path <PATH> path to directory with files to be renamed
-f, --file <FILE> path to file with new name list (optional if piped through stdin)
-n, --dry-run show rename proposal but do not apply
-h, --help Print help
-V, --version Print version