NyaaAnime
nyaa (short for nyaa_anime) is the painless Nyaa Torrents anime command-line tool.
Search for and download anime torrents and open them automatically.
Results are color-coded - green for new episodes of previously downloaded torrents, cyan (blue) for previously downloaded torrents.
Automatically find and downloaded new episodes of previously downloaded anime with $ nyaa get!
List downloaded torrent files with $ nyaa list [-a].
Delete torrents for a series with $ nyaa remove ....
Installation
$ gem install nyaa_anime
That's all!
Usage (a bit outdated)
Run $ nyaa to see the usage text:

For example, try $ nyaa -m -f ch no game no life:

Downloads are saved to ~/Downloads/nyaa/. Future queries will check the files there and automatically color-code the search results. Green is for new episodes of previously downloaded torrents, while cyan (blue) is for previously downloaded torrents:

The -n (--new) option makes nyaa find new episodes of previously downloaded anime (the torrents in ~/Downloads/nyaa/):

You can also run $ nyaa get which is equivalent to $ nyaa -na:

Donations
If you like nyaa, please donate via PayPal to [email protected] to keep me afloat. Thank you!
Contributing
- Fork it ( https://bitbucket.org/tsubaki/nyaa_anime/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request