A rofi wrapper around ani-cli: a command-line tool to browser, download, and stream anime
Go to file
Harshith b1d57f92ff
Merge pull request #18 from HACKER097/master
feat: Added option to select episode with next and previous episode.
2021-06-21 21:54:43 +05:30
ani-cli Merge pull request #18 from HACKER097/master 2021-06-21 21:54:43 +05:30
LICENSE Create LICENSE 2021-06-09 17:56:54 +05:30
README.md Updated README.md 2021-06-18 12:30:24 +05:30

ani-cli

A cli to browse and watch anime.

This tool scrapes the site gogoanime.

Usage

# watch anime
ani-cli <query>

# download anime
ani-cli -d <query>

# resume watching anime
ani-cli -H

Multiple episodes can be viewed/downloaded by giving the episode range like so

Choose episode [1-13]: 1 6

This would open/download episodes 1 2 3 4 5 6

Dependencies

  • grep
  • curl
  • sed
  • mpv