A node.js based CLI to enjoy your favourite anime. Inspired by pystardust's great work (pystardust/ani-cli).
Features | Requirements | Installation | License
- Stay up to date with the most recently uploaded anime
- Browse and search for a specific anime series
In order for Chrollo to work, mpv is required to be installed. When installing with npm, Chrollo will attempt to install mpv automatically using our post install script. This will create a local installation of mpv isolated specifically for Chrollo. In the event where your operating system is unsupported by Chrollo's auto installer, you may need to install mpv globally by following the instructions below:
With chocolatey:
choco install mpv
With brew:
brew install mpv
sudo apt update
sudo apt install mpv
Or, you can follow the steps here for other mpv installation methods.
With npm:
npm install -g chrollo
To use Chrollo on the command line, install Chrollo via npm, then you should be able to run chrollo
from the command line.