mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
1.8 KiB
1.8 KiB
mmv
Rename multiple files using your $EDITOR. The command name is named after multi-mv.
Usage
mmv file ...
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
Homebrew
brew install itchyny/tap/mmv
Build from source
go get github.com/itchyny/mmv/cmd/mmv
Features
mmvis implemented in Go language and completely portable.mmvis designed to be simple asmv. It requires no configuration file.mmvsupports renaming in cycle (mv a b,mv b candmv c aat the same time).mmvcreates destination directories automatically. You can arrange pictures likeyyyy-mm-dd xxxx.jpgtoyyyy/mm/dd/xxxx.jpg.mmvis capable to use as a library (just callmmv.Rename).mmvis easy to remember (I believe), multi-mv.
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.
