A cli to browse and watch anime. This tool scrapes the site gogoanime.
Install dependencies (See below)
git clone https://github.com/pystardust/ani-cli && cd ani-cli
sudo cp ani-cli /usr/local/bin/ani-cli
Note that mpv installed through flatpak is not compatible
Install homebrew (Guide)
brew tap iamchokerman/ani-cli
brew install ani-cli
Note that the installation instruction below must be done inside Powershell as administrator, not in Command Prompt
Install scoop (Guide)
scoop bucket add extras
mkdir -p "$env:USERPROFILE/.cache"
scoop install ani-cli -g
Make sure git bash is installed (Install)
You can run ani-cli in Git Bash(recommended) or from any Windows console, e.g Windows Terminal,Command Prompt,Powershell
Install termux (Guide)
pkg install git make termux-tools ncurses-utils openssl-tool -y
git clone https://github.com/pystardust/ani-cli && cd ani-cli
cp ani-cli $PREFIX/bin/ani-cli
echo 'termux-open "$2"' > $PREFIX/bin/mpv
- Linux: Just remove the thing from path
- Mac:
brew uninstall ani-cli
- Windows:
scoop uninstall ani-cli
- Android: Just remove the thing from path
- grep
- sed
- curl
- openssl
- mpv - Video Player
- aria2 - Download manager