wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Add readline completion for variables, primitives, and usernames prefixed with `~` #59

Closed jpco closed 11 months ago

jpco commented 1 year ago

This is a little incomplete -- it doesn't handle complex var syntax like $(x y z), and much more importantly, it does not include command completion at all. Command completion would need significant cleverness and effort on its own to handle the fact that %pathsearch is a hook.