mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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>
749 B
749 B
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]}}