Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 457 Bytes

Numbered Rename

a numbered renamer.

Usage

├── abcde.txt
├── goodbye.txt
└── hello.txt

Assuming your current working directory looks like above and if you run ./nrename.py *.txt, your directory will look like below:

├── 0.txt
├── 1.txt
└── 2.txt

And you can specify prefixes and suffixes for new names by passing some arguments.

License

Numbered Rename is released under MIT License.