ladybird/Userland/Shell
Ali Mohammad Pur ae27d7e442 Shell: Make program-based completion with no actual token possible
31ca48e made this default to paths, but now that we have a few sensible
ways to complete things, let's make those work too.
For instance, prior to this `kill <tab>` would've suggested paths, but
now it will suggest processes.
2022-04-18 19:53:10 +04:30
..
Tests Shell: Remove sigpipe.sh.out artefact after failure 2021-12-13 16:20:29 +03:30
AST.cpp Shell: Make program-based completion with no actual token possible 2022-04-18 19:53:10 +04:30
AST.h Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
Builtin.cpp Shell: Read script arguments as Strings instead of char*s 2022-04-11 21:09:42 +02:00
CMakeLists.txt Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
Execution.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Formatter.cpp Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
Formatter.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
ImmediateFunctions.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Job.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Job.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp Shell: Read script arguments as Strings instead of char*s 2022-04-11 21:09:42 +02:00
NodeVisitor.cpp Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
NodeVisitor.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
Parser.cpp Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
Parser.h Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
Shell.cpp Shell: Make program-based completion with no actual token possible 2022-04-18 19:53:10 +04:30
Shell.h Shell: Allow completions to request further action from the shell 2022-04-18 19:53:10 +04:30
SyntaxHighlighter.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
SyntaxHighlighter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00