Skip to content

A program to rename multiple files form the command line, using regular expressions or by one file at a time.

Notifications You must be signed in to change notification settings

Omar-Hydrah/files-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

files-renamer

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.

About

A program to rename multiple files form the command line, using regular expressions or by one file at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages