Skip to content

Commit a67e23f

Browse files
71zenithport19xCoolnsX
authored
fix: single selection for episode (#1492)
Co-authored-by: port19 <[email protected]> Co-authored-by: coolnsx <[email protected]>
1 parent df3e0a9 commit a67e23f

File tree

4 files changed

+77
-78
lines changed

4 files changed

+77
-78
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
- [ ] `-s` syncplay works
2222
- [ ] `-q` quality works
2323
- [ ] `-v` vlc works
24-
- [ ] `-e` select episode works
24+
- [ ] `-e` (select episode) aka `-r` (range selection) works
2525
- [ ] `-S` select index works
26-
- [ ] `-r` range selection works
2726
- [ ] `--skip` ani-skip works
2827
- [ ] `--skip-title` ani-skip title argument works
2928
- [ ] `--no-detach` no detach works
29+
- [ ] `--exit-after-play` auto exit after playing works
30+
- [ ] `--nextep-countdown` countdown to next ep works
3031
- [ ] `--dub` and regular (sub) mode both work
3132
- [ ] all providers return links (not necessarily on a single anime, use debug mode to confirm)
3233
---
@@ -40,3 +41,5 @@
4041
- Episode 0: Saenai Heroine no Sodatekata ♭
4142
- Unicode: Saenai Heroine no Sodatekata ♭
4243
- Non-whole episodes: Tensei shitara slime datta ken (ep. 24.5, ep. 24.9)
44+
- All Providers: Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e (TV) (3 m3u8, 3 mp4, 1 fast4speed, 1 sharepoint)
45+
- The examples of the help text

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ A cli to browse and watch anime (alone AND with friends). This tool scrapes the
3939
- [Tier 2: Windows, WSL, iOS, Steam Deck, FreeBSD](#tier-2-support-windows-wsl-ios-steam-deck-freebsd)
4040
- [From Source](#installing-from-source)
4141
- [Uninstall](#uninstall)
42-
- [Completion](#completion)
43-
- [bash](#bash)
44-
- [zsh](#zsh)
4542
- [Dependencies](#dependencies)
4643
- [Ani-Skip](#ani-skip)
4744
- [FAQ](#faq)
@@ -499,24 +496,6 @@ apk del grep sed curl fzf git aria2 ffmpeg ncurses
499496

500497
</details>
501498

502-
## Completion
503-
504-
### bash
505-
506-
To add tab completions using bash run the following command inside the ani-cli directory
507-
```
508-
cp _ani-cli-bash /path/to/your/completions
509-
echo "source /path/to/your/completions/_ani-cli-bash" >> ~/.bashrc
510-
```
511-
512-
### zsh
513-
514-
To add tab completions using zsh run the following command inside the ani-cli directory
515-
```
516-
cp _ani-cli-zsh /path/to/your/completions
517-
echo "source /path/to/your/completions/_ani-cli-zsh" >> ~/.zshrc
518-
```
519-
520499
## Dependencies
521500

522501
- grep
@@ -574,4 +553,4 @@ Ani-skip uses the external lua script function of mpv and as such – for now
574553
* [doccli](https://github.com/TowarzyszFatCat/doccli): A cli to watch anime with POLISH subtitles (Python)
575554
* [GoAnime](https://github.com/alvarorichard/GoAnime): A CLI tool to browse, play, and download anime in Portuguese(Go)
576555
* [Curd](https://github.com/Wraient/curd): A CLI tool to watch anime with Anilist, Discord RPC, Skip Intro/Outro/Filler/Recap (Go)
577-
- [FastAnime](https://github.com/Benex254/FastAnime): browser anime experience from the terminal (Python)
556+
* [FastAnime](https://github.com/Benex254/FastAnime): browser anime experience from the terminal (Python)

0 commit comments

Comments
 (0)