serenity/Userland/Shell
2023-11-07 07:46:52 +03:30
..
Tests
AST.cpp Shell: Implement the return POSIX builtin 2023-10-17 11:02:48 -06:00
AST.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
Builtin.cpp Shell: Add a 'in_parallel' builtin for easy concurrency 2023-10-26 11:15:57 +02:00
CMakeLists.txt
Execution.h
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Job.cpp
Job.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
main.cpp
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
Parser.h Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
PosixLexer.cpp Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
PosixLexer.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
PosixParser.cpp Shell: Allow word-expansion of ${var}, $N, $* and $- 2023-10-17 11:02:48 -06:00
PosixParser.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
Shell.cpp Shell: Add support for showing shortened prompt path with ellipsis 2023-11-07 07:46:52 +03:30
Shell.h Shell: Add a 'in_parallel' builtin for easy concurrency 2023-10-26 11:15:57 +02:00
SyntaxHighlighter.cpp LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h