1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:58:11 +00:00
serenity/Shell
AnotherTest ff857cd358 Shell: Initial support for 'option' completions
Take one small step towards #2357.
Handle completing barewords starting with '-' by piping the requests to
the Shell::complete_option(program_name, option) :^)

Also implements completion for a single builtin (setopt) until we figure out how
to handle #2357.
2020-07-05 15:43:14 +02:00
..
AST.cpp Shell: Initial support for 'option' completions 2020-07-05 15:43:14 +02:00
AST.h Shell: Initial support for 'option' completions 2020-07-05 15:43:14 +02:00
Builtin.cpp Shell: Initial support for 'option' completions 2020-07-05 15:43:14 +02:00
CMakeLists.txt Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Forward.h Shell: Show descriptions about syntax errors 2020-07-05 15:43:14 +02:00
Job.h Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
main.cpp Shell: Build as part of Lagom as well 2020-07-05 15:43:14 +02:00
Parser.cpp Shell: Show descriptions about syntax errors 2020-07-05 15:43:14 +02:00
Parser.h Shell: Allow a command sequence to be delimited by newlines 2020-07-05 15:43:14 +02:00
Shell.cpp Shell: Initial support for 'option' completions 2020-07-05 15:43:14 +02:00
Shell.h Shell: Initial support for 'option' completions 2020-07-05 15:43:14 +02:00