From afe86778a9bd8a49d3b0eadca73cf18096081f4c Mon Sep 17 00:00:00 2001 From: itchyny Date: Wed, 8 Jan 2020 01:00:11 +0900 Subject: [PATCH] update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 80cf135..cc035ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ # mmv [![CI Status](https://github.com/itchyny/mmv/workflows/CI/badge.svg)](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.