rename multiple files with editor
Find a file
2020-01-08 11:19:32 +09:00
.github/workflows initialize repository 2020-01-08 00:40:41 +09:00
cmd/mmv trim only newline to keep trailing spaces 2020-01-08 11:19:32 +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 check same source path after clean 2020-01-08 11:10:27 +09:00
mmv_test.go rename cnt to count in the tests 2020-01-08 11:10:39 +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.