mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 11:15:23 +02:00

* pages.nl/common/a*: update Dutch translation, fix English typo's * Update pages/common/asciinema.md * Update act.md * Update pages.nl/common/act.md * Update age-keygen.md Co-authored-by: Leon <leonvsc@users.noreply.github.com> * pages.nl/common/b*: update Dutch translation (#16248) * pages.nl/common/b*: update Dutch translation * Update pages.nl/common/bc.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * certbot: update Dutch translation * Update certbot.md * Fix typos --------- Co-authored-by: Leon <leonvsc@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
36 lines
749 B
Markdown
36 lines
749 B
Markdown
# ani-cli
|
|
|
|
> A cli to browse and watch anime.
|
|
> More information: <https://manned.org/ani-cli>.
|
|
|
|
- Search anime by name:
|
|
|
|
`ani-cli "{{anime_name}}"`
|
|
|
|
- Download an episode:
|
|
|
|
`ani-cli {{[-d|--download]}} "{{anime_name}}"`
|
|
|
|
- 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:
|
|
|
|
`ani-cli {{[-v|-vlc]}} "{{anime_name}}"`
|
|
|
|
- Watch a specific episode:
|
|
|
|
`ani-cli {{[-e|--episode]}} {{episode_number}} "{{anime_name}}"`
|
|
|
|
- Continue watching anime from history:
|
|
|
|
`ani-cli {{[-c|--continue]}}`
|
|
|
|
- Update `ani-cli`:
|
|
|
|
`ani-cli {{[-U|--update]}}`
|