How to install Ani-Cli
Anime in the terminal... is that even possible?! YES! This proves it and shows you how to set up ani-cli. Prepare for a whole new way to watch your favourite shows!
POSTS
Anime in the terminal... is that even possible?! YES! This proves it and shows you how to set up ani-cli. Prepare for a whole new way to watch your favourite shows!
Author:
Llewellyn Paintsil
Date:
Read:
4 mins
Scripts
For anime lovers who also happen to be coders at heart, here's a cool new way to get your anime fix - right in your terminal! Introducing ani-cli, an open-source command line tool that lets you stream and watch anime without ever leaving your command line interface. In this post, we'll explore how ani-cli works, and how to install and set up this unique tool. This tool isn't only for coders, anyone can use it if they want to.
Ani-cli stands for Anime Command Line Interface. As the name suggests, it is an open-source command line tool for streaming and watching anime directly in your terminal.
Created by a developer named pystardust, ani-cli makes it possible to access a wide selection of subtitled anime without needing to install any large software or risk getting your device compromised by malicious sites. It brings the anime experience completely onto the command line interface (CLI).
Step 1: Install Git, mpv, and fzf.
Step 2: Copy and paste the following commands:
git clone "https://github.com/pystardust/ani-cli.git"
sudo cp ani-cli/ani-cli /usr/local/bin
rm -rf ani-cli
Step 3: Run the ani-cli command then search for the anime you want to watch.
Step 4: Enjoy yourself
Step 1: Make sure your device is Android 8 or above.
Step 2: Install Termux, and mpv.
Step 3: Open termux and update your system pkg update
Step 4: Run the following commands to Install the tool.
pkg up -y
pkg install ani-cli
Step 5: Run the ani-cli command then search for the anime you want to watch.
Step 6: Enjoy watching your anime
Now the installation process on Windows is a bit annoying and longer than all the other platforms, but we can make it through it together.
Step 1: Install Windows Terminal, git(for Git Bash).
Step 2: You need scoop, so let's install it. Copy the following lines of code and paste them into your Windows terminal.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
Step 3: Open git bash in your Windows terminal,
Step 4: in the terminal, using scoop, run the following commands
scoop bucket add extras
scoop install ani-cli
Step 5: Then in the same terminal, using scoop once again install mpv and fzf using the following command
scoop install fzf mpv
Step 6: Run the ani-cli command then search for the anime you want to watch.
Step 7: Enjoy watching your anime.
So that's it, I couldn't test it on other platforms because I don't have those devices, so you can go to the GitHub Repo to see for yourself how to install it.
Tutorial
Did your PC crash mid recording? Don't delete that corrupted file. This guide explains exactly how to restore broken recordings and fix audio sync issues using free tools like Untrunc and FFmpeg.
Author
Llewellyn Paintsil
Duration
5 mins
Tutorial
Tired of reading manga on websites that drain your battery and spam you with ads? There’s a better way. Meet Komikku: the clean, ad-free, and open-source alternative that every manga fan needs. Here is exactly how to set it up and start reading in minutes.
Author
Llewellyn Paintsil
Duration
6 mins
Tutorial
Too lazy to reach for the mouse? Discover how to use your phone's gyroscope to control your computer from a distance in this quick, beginner-friendly guide.
Author
Llewellyn Paintsil
Duration
5 min