rename multiple files with editor
Find a file
itchyny a94029d13d
Merge pull request #2 from mattn/use-getwild
resolve wildcard on Windows
2020-01-08 13:32:10 +09:00
.github/workflows initialize repository 2020-01-08 00:40:41 +09:00
cmd/mmv Merge pull request #2 from mattn/use-getwild 2020-01-08 13:32:10 +09:00
.gitignore initialize repository 2020-01-08 00:40:41 +09:00
go.mod Use mattn/getwild for Windows 2020-01-08 01:24:13 +09:00
go.sum Use mattn/getwild for Windows 2020-01-08 01:24:13 +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 fix name of temporary file in tests 2020-01-08 13:26:58 +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.