A program to rename multiple files form the command line, using regular expressions or by one file at a time.
To start using the program, open it from the command line. You will be prompted to enter a valid directory path.
After you enter a valid path, you will be prompted to choose your mode. There are three main modes in this program;
- regex: Which will enable you to edit a list of files using regular expressions. It's exremely powerful if you know the system. You will have to enter the replacement for matching items.
- search: Which will enable you to edit a list of files by searching a common part across all file names, and enter its replacement.
- singular: You will be prompted to change every file manually.