mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

Mix Tab function between win and unix #565

Closed mrx23dot closed 2 years ago

mrx23dot commented 2 years ago

With clink set exec.enable on only executables are listed on Tab press, this prevents listing "new text doc.txt", but useful for completing like pyt to python.

with clink set exec.enable off Folder content is listed, but there is no executable completion.

Could we have it both?

mrx23dot commented 2 years ago

future reference https://github.com/chrisant996/clink/issues/166