Anime Renamer
CLI to rename anime episodes
Installation
Add this line to your application's Gemfile:
gem 'anime_renamer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install anime_renamer
Usage
$ anirename <anime-name> <extension> <glob> <max episode digit>
Name | Description |
---|
anime-name | anime name to rename to |
extension | extension name to rename |
glob | glob to look for files, relative to current directory |
max episode digit | number of digits to pad, and look for at most |
Development
After checking out the repo, run bin/setup
to install dependencies.
Then, run rake unit
to run the unit tests.
To install this gem onto your local machine, run rake install:local
.
at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
License
This project is licensed under MIT - see the LICENSE.md file for details