tldr-c-client icon indicating copy to clipboard operation
tldr-c-client copied to clipboard

tldr autocomplete call the alias version of find

Open stephane-archer opened this issue 1 year ago • 0 comments
trafficstars

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

stephane-archer avatar Nov 26 '23 00:11 stephane-archer