bash-complete-partial-path icon indicating copy to clipboard operation
bash-complete-partial-path copied to clipboard

Deterministic completion for directories only adds a trailing slash after second Tab press

Open kolayne opened this issue 2 years ago • 1 comments
trafficstars

Suppose I want to cd to .config/gedit. With usual bash, I do:

$ cd .co<TAB>

which completes it to

$ cd .config/

and I can type the rest.

With partial path completion enabled, I do

$ cd .co<TAB>

which completes it to

$ cd .config

and then only a second Tab keypress completes it to

$ cd .config/

Demo: https://asciinema.org/a/549122

kolayne avatar Jan 02 '23 17:01 kolayne

Original PR #24 had been left unfinished by author, this issue welcomes help from new contributors!

sio avatar Aug 15 '23 20:08 sio