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.
Go to file
2022-03-14 22:12:32 +01:00
LICENSE tidy it all up, bsd license 2022-03-14 22:12:32 +01:00
nyaa tidy it all up, bsd license 2022-03-14 22:12:32 +01:00
README.md tidy it all up, bsd license 2022-03-14 22:12:32 +01:00

nyaa

cli tool for downloading torrents from nyaa.si, heavily inspired by notflix

Dependencies

  • pmenu - Dynamic terminal-based menu
  • webtorrent - Tool to download torrents
  • aria2 - Lightweight alternative for webtorrent

Usage

$ nyaa
$ nyaa -q "XYZ"         # Search for XYZ (otherwise show search prompt)
$ nyaa -d some-dir      # Download to somedir, defaults to $HOME/Downloads
$ nyaa -a               # Show remakes as well

Installation

$ sudo curl -sL "https://raw.githubusercontent.com/yaemiku/nyaa/main/nyaa" -o /usr/local/bin/nyaa
$ sudo chmod +x /usr/local/bin/nyaa