- Notifications
You must be signed in to change notification settings - Fork2
ncurses nyaa browser and downloader
License
NotificationsYou must be signed in to change notification settings
z411/ncnyaa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ncnyaa is a ncurses nyaa browser and downloader for your terminal.It can search in different categories, download torrents and/or run a shell commandfor a downloaded item.
- ncurses (libncursesw5-dev)
- libxml2 (libxml2-dev)
- libcurl (libcurl-dev)
After you've satisfied the requirements, just simply clone this repoand run the Makefile:
cd ncnyaamake
Please check the configuration file (config
) for customization.
Then run the program in a terminal:
./ncnyaa
Keybind | Action |
---|---|
j/k/Up/Down | Move up or down |
u/b/PgUp/PgDn | Jump up or down |
c | Change search category |
o | Change sort type (Date, Size, Seeders, etc.) |
O | Change sort order (Ascending/Descending) |
s | Perform search |
. | Perform last search |
d/Enter | Download and/or run command (depending on config) |
q | Quit |
Copyright (c) 2016 z411z411@omaera.orgLicensed under the MIT license; see LICENSE file for details.