ladybird/Userland
Ali Mohammad Pur 7e4cc187d9 Shell: Implement program-aware autocompletion
A program can either respond to `--complete -- some args to complete`
directly, or add a `_complete_<program name>` invokable (i.e. shell
function, or just a plain binary in PATH) that completes the given
command and lists the completions on stdout.
Should such a completion fail or yield no results, we'll fall back to
the previous completion algorithm.
2022-03-26 21:34:56 +04:30
..
Applets
Applications
Demos
DevTools
DynamicLoader
Games
Libraries LibCore: Make ArgsParser perform some completion if passed --complete 2022-03-26 21:34:56 +04:30
Services
Shell Shell: Implement program-aware autocompletion 2022-03-26 21:34:56 +04:30
Utilities ls: Remove leading dashes from ArgsParser argument name 2022-03-26 21:34:56 +04:30
CMakeLists.txt