Skip to content
/ ani-cli Public
forked from pystardust/ani-cli

A cli tool to browse and play anime

License

Notifications You must be signed in to change notification settings

muhi03/ani-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRs Welcome Maintenance Maintainer Maintainer Maintainer Maintainer Linux Mac Windows

A cli to browse and watch anime. This tool scrapes the site gogoanime.

First 100 to join the discord get a special role ;)

Usage

  ani-cli [-kv] [--dub] [-q <quality>] [-d | -p <download_dir>] [<query>]
  ani-cli [-kv] [--dub] [-q <quality>] -u | -n | -H
  ani-cli -h | -D | -U
Options:
  -u shows anime from history with unwatched episodes
  -n show recent anime
  -h show helptext
  -d download episode
  -H continue with next unwatched episode from history of watched series
  -D delete history
  -q set video quality (best|worst|360|480|720|1080)
  -k on keypress navigation (previous/next/replay/quit episode)
  --dub play the dub version if present
  -v use VLC as the media player
  -U fetch update from github

Episode selection:
  Add 'h' on beginning for episodes like '6.5' -> 'h6'

  Multiple episodes can be chosen given a range
    Choose episode [1-13]: 1 6
    This would choose episodes 1 2 3 4 5 6

Dependencies

Essential

grep
sed
curl

Optional

mpv - The default video player (recommended)
aria2 - For downloading (recommended)
vlc - An alternative video player
diff - Update checking
patch - Update checking

Install

Linux / Mac

git clone https://github.com/pystardust/ani-cli.git
cd ani-cli
sudo make

Windows

  • Download and install gitbash
  • Download and install vlc (mpv needs further testing)
  • Add vlc to Windows Env PATH like so: C:\Program Files\VideoLAN\VLC.
  • Open git bash by right-clicking and choosing "Run as administrator"
  • Run the following commands
git clone -b windows-vlc https://github.com/pystardust/ani-cli.git
cd ani-cli
chmod +x ani-cli-win
./install

Disclaimer

The disclaimer of this project can be found here.

About

A cli tool to browse and play anime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.7%
  • Makefile 2.3%