File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ If you are experiencing issues with *tldr*, consider deleting the cache files be
90
90
91
91
#### Autocomplete
92
92
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.
94
94
95
95
``` bash
96
96
# bash
@@ -102,7 +102,12 @@ tldr --print-completion zsh | sudo tee /usr/local/share/zsh/site-functions/_tldr
102
102
tldr --print-completion zsh | sudo tee /usr/share/zsh/site-functions/_tldr
103
103
```
104
104
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 ` .
106
111
107
112
### SSL Inspection
108
113
You can’t perform that action at this time.
0 commit comments