Simple console application to remove a substring from all filenames in the folder it was run in.
- Turn on and off the recursive search
- Specify a substring
- View found files
- Remove substring from file names
- Exit the program
Note: Files are searched in a case-sensitive substring
- Python 3.10.8
- Rich 13.3.1
P.S. The full list of used libraries is in requirements.txt
I created an executable for windows 10/11 and added it to releases, work on older versions has not been tested.