Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-30 00:20:37 +00:00
parent 44de08faea
commit a2961fe873
59 changed files with 463 additions and 80 deletions

View File

@@ -6,31 +6,32 @@ source: https://github.com/tldr-pages/tldr.git
# ani-cli
> A cli to browse and watch anime.
> See also: `animdl`.
> More information: <https://manned.org/ani-cli>.
- Search anime by name:
`ani-cli "{{anime_name}}"`
`ani-cli "{{anime_title}}"`
- Download an episode:
`ani-cli {{[-d|--download]}} "{{anime_name}}"`
`ani-cli {{[-d|--download]}} "{{anime_title}}"`
- Download a range of episodes:
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{anime_name}}"`
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{anime_title}}"`
- Download the entire series (a range of all episodes):
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "1 -1" "{{anime_name}}"`
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "1 -1" "{{anime_title}}"`
- Use VLC as the media player:
`ani-cli {{[-v|-vlc]}} "{{anime_name}}"`
`ani-cli {{[-v|-vlc]}} "{{anime_title}}"`
- Watch a specific episode:
`ani-cli {{[-e|--episode]}} {{episode_number}} "{{anime_name}}"`
`ani-cli {{[-e|--episode]}} {{episode_number}} "{{anime_title}}"`
- Continue watching anime from history: