rename multiple files with editor
Find a file
2020-01-08 01:01:08 +09:00
.github/workflows initialize repository 2020-01-08 00:40:41 +09:00
cmd/mmv implement editor rename 2020-01-08 01:00:22 +09:00
.gitignore initialize repository 2020-01-08 00:40:41 +09:00
go.mod implement editor rename 2020-01-08 01:00:22 +09:00
go.sum implement editor rename 2020-01-08 01:00:22 +09:00
LICENSE initialize repository 2020-01-08 00:40:41 +09:00
Makefile initialize repository 2020-01-08 00:40:41 +09:00
mmv.go rename Move to Rename 2020-01-08 00:40:54 +09:00
mmv_test.go rename Move to Rename 2020-01-08 00:40:54 +09:00
README.md update README.md 2020-01-08 01:01:08 +09:00

mmv CI Status

Rename multiple files using your $EDITOR. The command name is named after multi-mv.

Installation

go get -u github.com/itchyny/mmv/cmd/mmv

Bug Tracker

Report bug at Issues・itchyny/mmv - GitHub.

Author

itchyny (https://github.com/itchyny)

License

This software is released under the MIT License, see LICENSE.