A rofi wrapper around ani-cli: a command-line tool to browser, download, and stream anime
Go to file
2021-11-01 19:48:19 -07:00
sql change search/watch date from date to datetime 2021-11-01 12:53:10 -07:00
themes fix colorscheme for active items 2021-11-01 17:05:43 -07:00
.gitignore change most menus to rofi and add history db 2021-10-29 22:49:52 -07:00
ani-cli fix specifying range (again) 2021-11-01 19:48:19 -07:00
aniwrapper fix path to ani-cli command in aniwrapper script 2021-11-01 03:58:54 -07:00
db.sh change location of config files to .config/ani-cli 2021-11-01 03:16:38 -07:00
LICENSE Create LICENSE 2021-06-09 17:56:54 +05:30
Makefile update setup file and add makefile to make simplify install 2021-10-31 13:24:41 -07:00
README.md Updated README.md 2021-10-07 18:02:27 +05:30
setup.sh update setup to not delete directory 2021-11-01 11:59:59 -07:00
skip-intro.lua add skip-intro.lua script and modify setup 2021-11-01 00:24:43 -07:00

ani-cli

This is a fork of pystardust's old-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
  • ffmpeg