Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -6,36 +6,36 @@ source: https://github.com/tldr-pages/tldr.git
# ani-cli
> A cli to browse and watch anime.
> More information: <https://github.com/pystardust/ani-cli>.
> More information: <https://manned.org/ani-cli>.
- Search anime by name:
`ani-cli "{{anime_name}}"`
- [d]ownload episode:
- Download episode:
`ani-cli -d "{{anime_name}}"`
`ani-cli {{[-d|--download]}} "{{anime_name}}"`
- [d]ownload a [r]ange of episodes:
- Download a range of episodes:
`ani-cli -d -r "{{1 6}}" "{{anime_name}}"`
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{anime_name}}"`
- [d]ownload the entire series (a range of all episodes):
- Download the entire series (a range of all episodes):
`ani-cli -d -r "1 -1" "{{anime_name}}"`
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "1 -1" "{{anime_name}}"`
- Use [v]LC as the media player:
- Use VLC as the media player:
`ani-cli -v "{{anime_name}}"`
`ani-cli {{[-v|-vlc]}} "{{anime_name}}"`
- Watch a specific [e]pisode:
- Watch a specific episode:
`ani-cli -e {{episode_number}} "{{anime_name}}"`
`ani-cli {{[-e|--episode]}} {{episode_number}} "{{anime_name}}"`
- [c]ontinue watching anime from history:
- Continue watching anime from history:
`ani-cli -c`
`ani-cli {{[-c|--continue]}}`
- [U]pdate `ani-cli`:
- Update `ani-cli`:
`ani-cli -U`
`ani-cli {{[-U|--update]}}`