mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-28 07:25:05 +08:00
16 lines
498 B
Markdown
16 lines
498 B
Markdown
# mmv [](https://github.com/itchyny/mmv/actions)
|
|
Rename multiple files using your `$EDITOR`. The command name is named after _multi-mv_.
|
|
|
|
## Installation
|
|
```bash
|
|
go get -u github.com/itchyny/mmv/cmd/mmv
|
|
```
|
|
|
|
## Bug Tracker
|
|
Report bug at [Issues・itchyny/mmv - GitHub](https://github.com/itchyny/mmv/issues).
|
|
|
|
## Author
|
|
itchyny (https://github.com/itchyny)
|
|
|
|
## License
|
|
This software is released under the MIT License, see LICENSE.
|