1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 16:55:25 +02:00
tldr/pages/common/ani-cli.md
Luka Markušić f3764866db
ani-cli: fix flag for episode selection (#11575)
Specifying episodes is done with `-e`
2023-11-23 10:28:05 +05:30

444 B

ani-cli

A cli to browse and watch anime. More information: https://github.com/pystardust/ani-cli.

  • Search anime by name:

ani-cli "{{anime_name}}"

  • Download episode:

ani-cli -d "{{anime_name}}"

  • Use VLC as the media player:

ani-cli -v "{{anime_name}}"

  • Specify episode to watch:

ani-cli -e {{episode_number}} "{{anime_name}}"

  • Continue watching anime from history:

ani-cli -c

  • Update ani-cli:

ani-cli -U