mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:55:31 +02:00
ani-cli: add page (#8097)
This commit is contained in:
parent
d57f612d99
commit
2faf588055
1 changed files with 28 additions and 0 deletions
28
pages/common/ani-cli.md
Normal file
28
pages/common/ani-cli.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# ani-cli
|
||||
|
||||
> A cli to browse and watch anime.
|
||||
> More information: <https://github.com/pystardust/ani-cli>.
|
||||
|
||||
- Search anime by name:
|
||||
|
||||
`ani-cli "{{anime_name}}"`
|
||||
|
||||
- Download episode:
|
||||
|
||||
`ani-cli -d "{{anime_name}}"`
|
||||
|
||||
- Use VLC as the media player:
|
||||
|
||||
`ani-cli -v "{{anime_name}}"`
|
||||
|
||||
- Specify episode to watch:
|
||||
|
||||
`ani-cli -a {{episode_number}} "{{anime_name}}"`
|
||||
|
||||
- Continue watching anime from history:
|
||||
|
||||
`ani-cli -c`
|
||||
|
||||
- Update ani-cli:
|
||||
|
||||
`ani-cli -U`
|
Loading…
Add table
Reference in a new issue