mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 18:58:01 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/ani-cli
30
tldr/ani-cli
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user