tldr-pages / tldr-c-client

C command-line client for tldr pages
MIT License
293 stars 50 forks source link

tldr autocomplete call the alias version of find #112

Open stephane-archer opened 7 months ago

stephane-archer commented 7 months ago

I'm using fish shell and find is alias to display Use fd to force myself to use a new tool. When I try to use tldr the auto complete script call find and show Use fd when I'm typing my command witch is really anoying

tldr ipUse fd                                                                                                                                                            [0/0]
usage: basename string [suffix]
       basename [-a] [-s suffix] string [...]
Use fd
usage: basename string [suffix]
       basename [-a] [-s suffix] string [...]

Please make the auto-complete script call command find to not have alias get in the way