serenity/Userland/Shell
Ali Mohammad Pur e1cf51b0bd Shell: Add a shell option for autocompleting via the program itself
This feature needs a bit more work, so let's disable it by default.
Note that the shell will still use _complete_foo if it is defined
regardless of this setting.
2022-03-29 15:42:55 +02:00
..
Tests
AST.cpp Shell: Implement program-aware autocompletion 2022-03-26 21:34:56 +04:30
AST.h Shell: Implement program-aware autocompletion 2022-03-26 21:34:56 +04:30
Builtin.cpp Shell: Add an ArgsParser-based argument parser builtin 2022-03-26 21:34:56 +04:30
CMakeLists.txt
Execution.h Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp Shell: Implement program-aware autocompletion 2022-03-26 21:34:56 +04:30
Job.cpp
Job.h
main.cpp Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Allow completing StringLiterals as paths 2022-03-06 13:20:41 +01:00
Parser.h
Shell.cpp Shell: Add a shell option for autocompleting via the program itself 2022-03-29 15:42:55 +02:00
Shell.h Shell: Add a shell option for autocompleting via the program itself 2022-03-29 15:42:55 +02:00
SyntaxHighlighter.cpp Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
SyntaxHighlighter.h Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00