Simple command-line tool for bulk renaming files and folders inspired by ranger.
Call bulk with the files to rename as arguments.
bulk file.txt another_file.txt yet_another_file.txt
bulk will open a text editor, first by checking your $EDITOR
environmental variable, then xdg-open
. The editor can change then name of each file.
Another file will be opened. This file will contain the shell commands to rename your files to their new names. Upon closing this file, each file will be renamed.
Works well when used with nav.
go install github.com/lezhou8/bulk@latest