rename multiple files with editor
Find a file
2020-01-08 01:21:15 +09:00
.github/workflows initialize repository 2020-01-08 00:40:41 +09:00
cmd/mmv Use vi when $EDITOR is empty 2020-01-08 01:13:05 +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 embed git revision 2020-01-08 01:06:42 +09:00
mmv.go clean source path as well to allow directory rename cycle 2020-01-08 01:21:15 +09:00
mmv_test.go clean source path as well to allow directory rename cycle 2020-01-08 01:21:15 +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.