AniTUI

An app to watch anime from the shell.

While ani-cli is pretty good, it aims to be minimalistic. This has compromized some functionality.

AniTUI attemts to have all the features of ani-cli while adding some more interactivity such as TUI. However the TUI interface is not yet implemented, the CLI version is just as powerfull as ani-cli.

man ani-tui

This section is a manual on how to use ani-tui. Please note that this interface may change later.

Searching for anime to watch

```console $ ani-tui search "pokemon"

• Pokemon XY pokemon-xy

• Pokemon XY&Z pokemon-xyz

• Pokemon (Dub) pokemon-dub

• Pokemon (2019) pokemon-2019

... more results ```

Here the text near a is the title and text below is an identifier. Use this identifier in other subcommands like detail or watch

Getting details

```console $ ani-tui detail "pokemon-generations"

Pokemon Generations [pokemon-generations]

Pokémon Generations revisits each generation of the Pokémon video game series to shed new light on some timeless moments. From the earliest days in the Kanto region to the splendor of the Kalos region, go behind the scenes and witness Pokémon history with new eyes!

18 Pokemon Generations Episode 18 17 Pokemon Generations Episode 17 16 Pokemon Generations Episode 16 15 Pokemon Generations Episode 15 14 Pokemon Generations Episode 14 13 Pokemon Generations Episode 13 12 Pokemon Generations Episode 12 11 Pokemon Generations Episode 11

... more episodes ```

You can also use list-eps to only see a list of episodes.

Watching anime

console $ ani-tui watch "pokemon-xy" 1 Launching MPV

First argument is anime identifier and the other one is the episode number. This command will get all the info it needs from the website, passes it to mpv and exits. Please wait for MPV to appear.

Features

CLI

Documentation


Contributing

  1. View open issues/projects or create your own issue
  2. Fork
  3. Write a test → see the test fail
  4. Make the test pass
  5. Refactor
  6. Write docs
  7. Make a pull request explaining the changes

Branch guide

main

A "checkpoint" of sorts. Contains the latest stable commit. Never commit to main, instead commit to dev and merge (PR not required).

dev

Contains the work in progress commits. Unlike main this can have failing tests and missing docs.