Bulk Renaming tool
$ br [OPTIONS] GLOB [GLOB ...]
- Your editor will be opened (or
vim
ifEDITOR
is unset). - Edit the list of file names as you see fit.
- Save and close your editor.
- Your files will be renamed!
Options:
--dry-run
runsbr
as normal, except renames don't occur. Instead, a description of the renamings is printed.--verbose
runsbr
as normal, except it prints to STDERR as things happen.--version
prints the version and exits.
- Download the appropriately prebuilt binary for your architecture from the releases page.
- Unpack the archive
- Move the binary to someplace in your PATH
git clone https://github.com/willamin/br # Clone the project
cd br # Change your directory to it
shards build --release --production # Build in release mode
cp bin/br ~/bin/br # Copy the binary to be in your PATH
- Fork it ( https://github.com/willamin/br/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- willamin Will Lewis - creator, maintainer