README.md in nyaa-1.0.3 vs README.md in nyaa-1.0.4
- old
+ new
@@ -8,11 +8,13 @@
* 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`)
+* Supports unicode characters (requires `libncursesw5-dev` and `ruby1.9` or
+ greater)
+* Tested on Ruby 1.8.7-p371, 1.9.3-p327, 2.0.0-p0
## Installation
Stable release:
@@ -24,19 +26,20 @@
## Browser Usage
To browse, simply run `nyaa`. The default category is english anime.
-
+
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
-
+
+
For a list of categories and filters, see `nyaa -h`.
-
+
## 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'`)