Sha256: c04ba12960b1786b468db5c15f9e803415f6aecfa9b8aa47940593d964ac8490

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

# Nyaa

Nyaa is a CLI to Nyaa.eu. You can browse, search, and download. Nifty.

## Features

* Ncurses interface
* Search by category, filter, page, and query
* Browsing with pagination
* Download it or open a browser window from the interface
* Nyaa status aware: (aplus, trusted, remake, etc.)
* Batch mode for scripts (first page only atm)
* Supports unicode characters (requires `libncursesw5-dev` and `ruby1.9`)

## Installation

Stable release:

    gem install nyaa

Development release:

    git clone git://github.com/mistofvongola/nyaa.git

## Browser Usage

To browse, simply run `nyaa`. The default category is english anime.

![](https://github.com/mistofvongola/nyaa/raw/master/screenshots/v1.0.0_browse.png)

Nyaa supports all the aspects of search of the main site. You can search by category and/or filters. To download an item, highlight it, and type `g`. To open the description page in a browser, type `i`. A sample query:

    nyaa -f trusted_only psycho pass
![](https://github.com/mistofvongola/nyaa/raw/master/screenshots/v1.0.0_search.png)

For a list of categories and filters, see `nyaa -h`.

![](https://github.com/mistofvongola/nyaa/raw/master/screenshots/v1.0.0_help.png)

## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

MIT License. See LICENSE file for details.

## Authors

David Palma

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nyaa-1.0.3 README.md