serenity/Userland/Shell
Ali Mohammad Pur 84777fbe62 Shell: Allow the user to set the prompt using PROMPT()
This allows the prompt to be dynamically configurable, making it
possible to display various bits of information in the prompt.
2023-09-07 11:52:37 -06:00
..
Tests
AST.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
AST.h
Builtin.cpp Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06: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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Parser.h
PosixLexer.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
PosixLexer.h Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
PosixParser.cpp Shell: Implement close redirections in POSIX mode 2023-08-31 11:02:57 +03:30
PosixParser.h Shell: Add support for the '!' POSIX pipeline prefix 2023-08-04 13:28:59 +03:30
Shell.cpp Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Shell.h Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
SyntaxHighlighter.cpp LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h