From ec271f179bfc023cb2b3828ab50e68595520dc36 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 9 Jan 2020 14:58:12 +0900 Subject: [PATCH] update feature list in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 995e140..56ca089 100644 --- a/README.md +++ b/README.md @@ -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**.