succubus.space-cli
v0.3.10
Published
a CLI tool to hentai made in Typescript
Downloads
15
Maintainers
Readme
Chrollo
A node.js based CLI to enjoy your favourite anime. Inspired by pystardust's great work (pystardust/ani-cli).
Features | Requirements | Installation | License
Features
- Stay up to date with the most recently uploaded anime
- Browse and search for a specific anime series
Requirements
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:
Windows
With chocolatey:
choco install mpv
OSX
With brew:
brew install mpv
Linux
sudo apt update
sudo apt install mpv
Or, you can follow the steps here for other mpv installation methods.
Installation
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.