mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
add usage to README.md
This commit is contained in:
parent
d838f2b136
commit
8dca62c00c
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# mmv [](https://github.com/itchyny/mmv/actions)
|
||||
Rename multiple files using your `$EDITOR`. The command name is named after _multi-mv_.
|
||||
## Usage
|
||||
```bash
|
||||
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
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue