mf -a "new-"
file1.txt -> new-file1.txt
file2.txt -> new-file2.txt
mf -r "old-"
old-file1.txt -> file1.txt
old-file2.txt -> file2.txt
mf -a "test-" -r "old-"
old-file1.txt -> test-file1.txt
old-file2.txt -> test-file2.txt
adding new name to all filesremove specific name in all files- option transform to lowercase
- option change filename that have spaces to (-) or (_)
- distribution across os