Skip to content
/ atsu Public

πŸ‡―πŸ‡΅ Watch anime from the command line

License

Notifications You must be signed in to change notification settings

axyiee/atsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

atsu

Watch YouTube and anime from the command line

Installation

Requirements:

  • bash
  • pup - HTML parsing and extraction tool
  • jq - JSON parsing tool
  • aria2 - Download manager
  • mpv or any other video player
git clone https://code.axyria.dev/atsu
doas cp ./atsu/atsu /usr/local/bin

Usage

Usage: atsu [options]
Options:
  -h, --help            Show this help message and exit.
  -s, --search <term>   Search for anime episodes and play them.
  -i, --index <index>   The episode number to be searched on. You can set it to
                        'all' to search for all episodes.
  -p, --player <player> The media player used to play multimedia. Default is mpv,
                        or umpv if available.
# Example: atsu -s "one piece" -i 1
#          atsu -s "neon genesis evangelion" -i all -p vlc

Extra

YouTube Player

Requirements:

  • bash
  • pup - HTML parsing and extraction tool
  • yt-dlp - YouTube media downloader
  • mpv or any other video player
  • [xorg-xrandr] - X11 RandR extension client, used for extracting screen resolution

You can also play YouTube videos by using an addon called yatsu! It works by scrapping content from available Invidious instances. The usage is the same as atsu, without the -i option:

Usage: yatsu [options]
Options:
  -h, --help            Show this help message and exit.
  -s, --search <term>   Search for YouTube videos and play them.
  -p, --player <player> The media player used to play multimedia. Default is mpv,
                        or umpv if available.

About

πŸ‡―πŸ‡΅ Watch anime from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages