mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Add support for Fish-based autocompletion (#71)
This commit is contained in:
parent
9548f1dd1b
commit
89a2595495
2 changed files with 24 additions and 4 deletions
|
|
@ -178,11 +178,10 @@ Example customization:
|
|||
<img src="screenshot-custom.png" alt="Screenshot of customized version" width="600">
|
||||
|
||||
|
||||
## Bash Autocompletion
|
||||
|
||||
To get bash autocompletion, simply rename the file `bash_tealdeer` to `tldr`
|
||||
and copy it to `/usr/share/bash-completion/completions/tldr`.
|
||||
## Autocompletion
|
||||
|
||||
- *Bash*: copy `bash_tealdeer` to `/usr/share/bash-completion/completions/tldr`
|
||||
- *Fish*: copy `fish_tealdeer` to `~/.config/fish/completions/tldr.fish`
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue