magicant / yash

Yet another shell
http://magicant.github.io/yash/
GNU General Public License v2.0
346 stars 30 forks source link

Filtering completion candidates incrementally #32

Open magicant opened 1 year ago

magicant commented 1 year ago

(Feature request migrated from https://osdn.net/projects/yash/ticket/38262)

Assume a user hits the Tab key to list command line completion candidates then starts typing one of the candidates. It would be useful if the shell hides candidates that do not match (part of) the candidate being typed. This filtering would be the most useful if applied each time the user types a character after completion.