Skip to content

Commit

Permalink
docs: remove completion
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Mar 3, 2025
1 parent ed88848 commit f148521
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ A cli to browse and watch anime (alone AND with friends). This tool scrapes the
- [Tier 2: Windows, WSL, iOS, Steam Deck, FreeBSD](#tier-2-support-windows-wsl-ios-steam-deck-freebsd)
- [From Source](#installing-from-source)
- [Uninstall](#uninstall)
- [Completion](#completion)
- [bash](#bash)
- [zsh](#zsh)
- [Dependencies](#dependencies)
- [Ani-Skip](#ani-skip)
- [FAQ](#faq)
Expand Down Expand Up @@ -499,24 +496,6 @@ apk del grep sed curl fzf git aria2 ffmpeg ncurses

</details>

## Completion

### bash

To add tab completions using bash run the following command inside the ani-cli directory
```
cp _ani-cli-bash /path/to/your/completions
echo "source /path/to/your/completions/_ani-cli-bash" >> ~/.bashrc
```

### zsh

To add tab completions using zsh run the following command inside the ani-cli directory
```
cp _ani-cli-zsh /path/to/your/completions
echo "source /path/to/your/completions/_ani-cli-zsh" >> ~/.zshrc
```

## Dependencies

- grep
Expand Down

0 comments on commit f148521

Please sign in to comment.