mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
update feature list in README.md
This commit is contained in:
parent
eab8aa1635
commit
ec271f179b
1 changed files with 2 additions and 1 deletions
|
|
@ -23,8 +23,9 @@ go get github.com/itchyny/mmv/cmd/mmv
|
|||
|
||||
## Features
|
||||
- `mmv` is implemented in Go language and completely portable.
|
||||
- `mmv` supports renaming in cycle (`mv a b`, `mv b c` and `mv c a` at the same time).
|
||||
- `mmv` is designed to be simple as `mv`. It requires no configuration file.
|
||||
- `mmv` supports renaming in cycle (`mv a b`, `mv b c` and `mv c a` at the same time).
|
||||
- `mmv` creates destination directories automatically. You can arrange pictures like `yyyy-mm-dd xxxx.jpg` to `yyyy/mm/dd/xxxx.jpg`.
|
||||
- `mmv` is capable to use as a library (just call `mmv.Rename`).
|
||||
- `mmv` is easy to remember (I believe), **m**ulti-**mv**.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue