nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

`sh`-style tab completion #29

Open nixpulvis opened 5 years ago

nixpulvis commented 5 years ago

The initial version of this shell will be mainly a POSIX shell. We should start by replicating this somewhat basic completion functionality before adding the rest behind various feature flags.

nixpulvis commented 5 years ago

See https://github.com/nixpulvis/oursh/issues/5#issuecomment-431593744, specifically note, we only need to built these functions for this initial issue.