Skip to content

Sidmaz666/anime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anime

A CLI Tool to Search, Stream & Download Anime from Terminal either using Rofi or FZF(default). The script uses Aniswim-API .

Showcasae

Dependencies

  1. curl (HTTP Request)
  2. jq (JSON Parsing)
  3. fzf (Default menu)
  4. rofi (Menu Optional)
  5. mpv (Video player)
  6. ffmpeg (For Download)
  7. Core GNU Utils (cat, head, tail, awk, sed, grep)

Installation

You can run the script as usual!

   ./anime one piece
   ./anime --rofi
   ./anime -l
   ./anime -r

However, if you often watch anime and prefer not to open the browser or would liketo bind the script to a custom keybinding, then run the following command to install Anime system-wide

   sudo cp anime /usr/bin/anime

Usage

 [USAGE]: anime [SEARCH_QUERY]
 anime --rofi To Launch Anime With Rofi
              By Default Menu is set to FZF	       

 anime -l To Fetch All the Latest Anime

 anime -r To Fetch New Released/Recent Anime

Download Directory: $HOME/Documents/Anime

Note: There is No -h, --help Flags associated with the script!

Misc

  • Rofi uses dmenu and gruvbox-dark themes.
  • Select the last option, 0. Go to Next Page to scrape more Anime!

Licensed under GPL-3.0