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
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
102102tldr --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
You can’t perform that action at this time.
0 commit comments