bulk rename utility

dm9pZCAq b0b11ab135 add README.md il y a 9 mois
src 91e8a3fa9e add support for nim-2, remove tasks from nimble il y a 9 mois
.gitignore 6d40d97917 initial commit il y a 2 ans
LICENSE 55f494dfa1 add LICENSE il y a 9 mois
README.md b0b11ab135 add README.md il y a 9 mois
brn.nimble 91e8a3fa9e add support for nim-2, remove tasks from nimble il y a 9 mois

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