1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ani-cli.md

37 lines
746 B
Markdown
Raw Normal View History

2022-07-11 12:39:47 +02:00
# ani-cli
> A cli to browse and watch anime.
> More information: <https://manned.org/ani-cli>.
2022-07-11 12:39:47 +02:00
- Search anime by name:
`ani-cli "{{anime_name}}"`
- Download episode:
2022-07-11 12:39:47 +02:00
`ani-cli {{[-d|--download]}} "{{anime_name}}"`
2022-07-11 12:39:47 +02:00
- Download a range of episodes:
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{anime_name}}"`
- Download the entire series (a range of all episodes):
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "1 -1" "{{anime_name}}"`
- Use VLC as the media player:
2022-07-11 12:39:47 +02:00
`ani-cli {{[-v|-vlc]}} "{{anime_name}}"`
2022-07-11 12:39:47 +02:00
- Watch a specific episode:
2022-07-11 12:39:47 +02:00
`ani-cli {{[-e|--episode]}} {{episode_number}} "{{anime_name}}"`
2022-07-11 12:39:47 +02:00
- Continue watching anime from history:
2022-07-11 12:39:47 +02:00
`ani-cli {{[-c|--continue]}}`
2022-07-11 12:39:47 +02:00
- Update `ani-cli`:
2022-07-11 12:39:47 +02:00
`ani-cli {{[-U|--update]}}`