oursh
oursh copied to clipboard
`sh`-style tab completion
trafficstars
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.
- [x] Executable completion
- [ ] Path completion
- [ ] Show possibilities on
\t\t
See https://github.com/nixpulvis/oursh/issues/5#issuecomment-431593744, specifically note, we only need to built these functions for this initial issue.
complete_commandcomplete_builtincomplete_executable
complete_path(includes ~, and globs)