renparkn

Crates.iorenparkn
lib.rsrenparkn
version0.1.1
sourcesrc
created_at2023-05-07 16:51:28.863737
updated_at2023-05-21 10:45:26.259936
descriptionrename file with parent directory name and keep numbering in current file name
homepagehttps://codeberg.org/gneb000/renparkn
repositoryhttps://codeberg.org/gneb000/renparkn
max_upload_size
id859272
size16,023
gneb000 (gneb000)

documentation

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

README

renparkn

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).

Usage

renparkn [OPTIONS] <DIR_PATH>

Arguments

<DIR_PATH>  Path to directory with files to be renamed

Options

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

cargo fmt