1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Shell
AnotherTest 0bc758d34a Shell: Run builtins that cannot be run in the main process in a new child
e.g. `$(jobs | wc -l)` would blow up horribly otherwise.
(it still does)
2020-10-29 11:53:01 +01:00
..
Tests Shell: Add some tests for brace expansions 2020-10-25 10:09:27 +01:00
AST.cpp Shell: Implement AK::Formatter::format() for AST::Command 2020-10-26 14:28:38 +01:00
AST.h Shell: Implement AK::Formatter::format() for AST::Command 2020-10-26 14:28:38 +01:00
Builtin.cpp Shell: Only prompt the user for a second 'exit' when in interactive mode 2020-10-29 11:53:01 +01:00
CMakeLists.txt Shell: Make 'editor' a member of Shell, and provide a LibShell 2020-09-30 20:05:24 +02:00
Execution.h Shell: Move everything to the Shell namespace 2020-10-04 23:12:28 +02:00
Formatter.cpp Shell: Add support for brace expansions 2020-10-25 10:09:27 +01:00
Formatter.h Shell: Add support for brace expansions 2020-10-25 10:09:27 +01:00
Forward.h Shell: Add support for brace expansions 2020-10-25 10:09:27 +01:00
Job.cpp Shell: Implement AK::Formatter::format() for AST::Command 2020-10-26 14:28:38 +01:00
Job.h Shell: Move everything to the Shell namespace 2020-10-04 23:12:28 +02:00
main.cpp Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor 2020-10-26 11:27:54 +01:00
NodeVisitor.cpp Shell: Add support for brace expansions 2020-10-25 10:09:27 +01:00
NodeVisitor.h Shell: Add support for brace expansions 2020-10-25 10:09:27 +01:00
Parser.cpp Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strict 2020-10-26 14:28:38 +01:00
Parser.h Shell: Add support for brace expansions 2020-10-25 10:09:27 +01:00
Shell.cpp Shell: Run builtins that cannot be run in the main process in a new child 2020-10-29 11:53:01 +01:00
Shell.h Shell: Add the `wait' builtin 2020-10-29 11:53:01 +01:00