pipe-rename

pipe-rename takes a list of files as input, opens your \$EDITOR of choice, then renames those files accordingly.

asciicast

Installation

cargo install pipe-rename

This will install the renamer binary.

Usage

Usage is simple, just pipe a list of files into renamer. This will open your \$EDITOR (or vim, if not set), and once your editor exits it will detect which files were renamed.

Helptext:

``` Takes a list of files and renames/removes them, by piping them through an external editor

USAGE: renamer [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -c, --rename-command Optionally set a custom rename command, like 'git mv' ```

Contributors ✨


Marcus Buffett

🤔 💻

Robin Krahl

🤔 💻 🐛

This project follows the all-contributors specification. Contributions of any kind welcome!