Skip to content
/ bulk Public

Command-line tool for bulk renaming files and folders

License

Notifications You must be signed in to change notification settings

lezhou8/bulk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulk

Simple command-line tool for bulk renaming files and folders inspired by ranger.

Usage

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.

Install

go install github.com/lezhou8/bulk@latest

Dependencies

Built with