bulk rename utility

dm9pZCAq b0b11ab135 add README.md hace 7 meses
src 91e8a3fa9e add support for nim-2, remove tasks from nimble hace 7 meses
.gitignore 6d40d97917 initial commit hace 2 años
LICENSE 55f494dfa1 add LICENSE hace 7 meses
README.md b0b11ab135 add README.md hace 7 meses
brn.nimble 91e8a3fa9e add support for nim-2, remove tasks from nimble hace 7 meses

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