This repository has been archived on 2024-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
nyaa/README.md

24 lines
729 B
Markdown
Raw Normal View History

2022-01-16 23:12:43 +01:00
# nyaa
cli tool for downloading torrents from [nyaa.si](https://nyaa.si), heavily inspired by [notflix](https://github.com/Bugswriter/notflix)
## Dependencies
* [pmenu](https://github.com/sgtpep/pmenu) - Dynamic terminal-based menu
* [webtorrent](https://github.com/webtorrent/webtorrent-cli) - Tool to download torrents
* [aria2](https://aria2.github.io/) - Lightweight alternative for webtorrent
## Usage
```sh
$ nyaa
$ nyaa -q "XYZ" # Search for XYZ (otherwise show search prompt)
2022-03-14 22:14:38 +01:00
$ nyaa -d some/dir # Download to some/dir, defaults to $HOME/Downloads
2022-01-16 23:12:43 +01:00
```
## Installation
```sh
2022-03-14 22:14:38 +01:00
$ sudo curl -sL "https://gitlab.com/yaemiku/nyaa/-/raw/main/nyaa" -o /usr/local/bin/nyaa
2022-01-16 23:12:43 +01:00
$ sudo chmod +x /usr/local/bin/nyaa
```