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