bulk rename util

dm9pZCAq b0b11ab135 add README.md 9 hours ago
src 91e8a3fa9e add support for nim-2, remove tasks from nimble 9 hours ago
.gitignore 6d40d97917 initial commit 1 year ago
LICENSE 55f494dfa1 add LICENSE 9 hours ago
README.md b0b11ab135 add README.md 9 hours ago
brn.nimble 91e8a3fa9e add support for nim-2, remove tasks from nimble 9 hours ago

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