Skip to content

Commit 7e8995a

Browse files
authored
Add link to issue for fish autocomplete in README (#189)
1 parent f17976a commit 7e8995a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you are experiencing issues with *tldr*, consider deleting the cache files be
9090

9191
#### Autocomplete
9292

93-
`shtab` is required for autocompletion using the `--print-completion` argument.
93+
[`shtab`](https://pypi.org/project/shtab) is required for autocompletion using the `--print-completion` argument.
9494

9595
```bash
9696
# bash
@@ -102,7 +102,12 @@ tldr --print-completion zsh | sudo tee /usr/local/share/zsh/site-functions/_tldr
102102
tldr --print-completion zsh | sudo tee /usr/share/zsh/site-functions/_tldr
103103
```
104104

105-
See the `shtab` [docs](https://pypi.org/project/shtab/#usage) for other installation methods.
105+
See the `shtab` [docs](https://pypi.org/project/shtab/#usage) for other installation methods and
106+
supported shells.
107+
108+
For autocomplete in [`fish`](https://fishshell.com/), while it is not supported in `shtab` yet,
109+
please see (#183)[https://github.com/tldr-pages/tldr-python-client/issues/183] for manually adding
110+
an autocomplete for `tldr` for `fish`.
106111

107112
### SSL Inspection
108113

0 commit comments

Comments
 (0)