renls

Crates.iorenls
lib.rsrenls
version0.1.2
sourcesrc
created_at2023-05-07 16:50:47.898511
updated_at2023-05-21 10:35:33.780565
descriptionrename files using a list of names
homepagehttps://codeberg.org/gneb000/renls
repositoryhttps://codeberg.org/gneb000/renls
max_upload_size
id859271
size15,861
gneb000 (gneb000)

documentation

https://docs.rs/crate/renls/latest

README

renls

Rename all files in a directory with a list of names from a file or stdin

Usage

renls [OPTIONS] --path <PATH>

Options

-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
Commit count: 0

cargo fmt