rename multiple files with editor
Find a file
2020-01-08 11:09:14 +09:00
.github/workflows initialize repository 2020-01-08 00:40:41 +09:00
cmd/mmv improve error message on editor error 2020-01-08 10:44: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 add comments to the main logic 2020-01-08 10:27:20 +09:00
mmv_test.go clone files for rename count test 2020-01-08 11:09:14 +09:00
README.md add usage to README.md 2020-01-08 09:10:02 +09:00

mmv CI Status

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

Usage

mmv [files] ...

This command opens the editor with the list of file names so edit and write. The command finds the changed lines and renames all the corresponding files.

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.