@@ -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