2022-07-11 12:39:47 +02:00
|
|
|
# ani-cli
|
|
|
|
|
|
|
|
> A cli to browse and watch anime.
|
2025-03-28 05:26:23 +02:00
|
|
|
> More information: <https://manned.org/ani-cli>.
|
2022-07-11 12:39:47 +02:00
|
|
|
|
|
|
|
- Search anime by name:
|
|
|
|
|
|
|
|
`ani-cli "{{anime_name}}"`
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download episode:
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-d|--download]}} "{{anime_name}}"`
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download a range of episodes:
|
2025-02-13 18:22:14 +00:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{anime_name}}"`
|
2025-02-13 18:22:14 +00:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download the entire series (a range of all episodes):
|
2025-02-13 18:22:14 +00:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-d|--download]}} {{[-r|--range]}} "1 -1" "{{anime_name}}"`
|
2025-02-13 18:22:14 +00:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Use VLC as the media player:
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-v|-vlc]}} "{{anime_name}}"`
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Watch a specific episode:
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-e|--episode]}} {{episode_number}} "{{anime_name}}"`
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Continue watching anime from history:
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-c|--continue]}}`
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Update `ani-cli`:
|
2022-07-11 12:39:47 +02:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`ani-cli {{[-U|--update]}}`
|