2 releases

0.1.2 May 21, 2023
0.1.0 May 7, 2023

#2418 in Command line utilities

Download history 31/week @ 2024-02-26 87/week @ 2024-03-04

118 downloads per month

GPL-3.0 license

7KB
106 lines

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

Dependencies

~1.2–2MB
~36K SLoC