bulk rename utility

dm9pZCAq b0b11ab135 add README.md пре 7 месеци
src 91e8a3fa9e add support for nim-2, remove tasks from nimble пре 7 месеци
.gitignore 6d40d97917 initial commit пре 2 година
LICENSE 55f494dfa1 add LICENSE пре 7 месеци
README.md b0b11ab135 add README.md пре 7 месеци
brn.nimble 91e8a3fa9e add support for nim-2, remove tasks from nimble пре 7 месеци

README.md

brn

bulk rename

usage

brn common/path/file1 \
    common/path/file2 \
    common/path/dir1/file3 \
    common/path/dir2/file4

will open in all paths provided via arguments in ${EDITOR} without common/path:

file1
file2
dir1/file3
dir2/file4

changed paths will be renamed in filesystem