A rofi wrapper around ani-cli: a command-line tool to browser, download, and stream anime
Go to file
2021-11-04 23:04:05 -07:00
scripts update default theme file and make config a var 2021-11-02 15:18:23 -07:00
sql change search/watch date from date to datetime 2021-11-01 12:53:10 -07:00
themes add basic playlist functionality for 'queuing' 2021-11-04 18:37:16 -07:00
.gitignore change most menus to rofi and add history db 2021-10-29 22:49:52 -07:00
ani-cli fix playlist from file 2021-11-04 23:04:05 -07:00
aniwrapper fix playlist from file 2021-11-04 23:04:05 -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 update default theme file and make config a var 2021-11-02 15:18:23 -07:00
setup.sh update default theme file and make config a var 2021-11-02 15:18:23 -07:00

ani-cli

This is a fork of Dink4n's ani-cli, which itself is a fork of pystardust's old-ani-cli

This fork is a wrapper around a modified version of ani-cli and uses rofi to gather information and control the program

In addition to rofi, I've also changed the way saving history works by integrating a local sqlite3 database with a table for search and watch history

It is built around Dink4n's fork of ani-cli since at the time of creation, this is the version that has downloading working correctly

This tool scrapes the site gogoanime.

It is intended to be called from the wrapper script aniwrapper, however using the ani-cli script itself is also possible

Usage

Wrapper Script aniwrapper

# Launch Menu (Contains same options as below, but in a rofi menu)
aniwrapper

ani-cli Script

# watch anime
ani-cli <query>

# download anime
ani-cli -d <download_directory>

# resume watching anime
ani-cli -H

# list searched anime
ani-cli -l

# play a playlist :soon:
ani-cli -p

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
    • skip-intro.lua (installed in setup.sh)
  • ffmpeg
  • rofi
    • meh.rasi (installed in setup.sh)
  • sqlite3