magicant / yash

Yet another shell

Home Page:http://magicant.github.io/yash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filtering completion candidates incrementally

magicant opened this issue · comments

(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.