serenity/Userland/Shell
sin-ack fbf91f41e7 Shell: Add the |& construct for piping stderr along with stdout
When |& is typed, stderr will be piped to stdout before the actual
piping happens. This behaves basically like a 2>&1 | (and the
underlying implementation transforms it to that anyway).
2022-07-17 00:51:31 +00:00
..
Tests
AST.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
AST.h Shell: Immediately resolve value when setting a variable 2022-07-04 10:23:15 +00:00
Builtin.cpp LibCore: Replace the ArgsParser option argument setting with an enum 2022-07-14 00:24:24 +01:00
CMakeLists.txt LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
Execution.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Formatter.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Formatter.h
Forward.h
ImmediateFunctions.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Job.cpp
Job.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
NodeVisitor.cpp Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
NodeVisitor.h
Parser.cpp Shell: Add the |& construct for piping stderr along with stdout 2022-07-17 00:51:31 +00:00
Parser.h Shell: Add the |& construct for piping stderr along with stdout 2022-07-17 00:51:31 +00:00
Shell.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Shell.h Shell: Highlight commands with a hyperlink to open their help pages 2022-04-21 09:12:37 +04:30
SyntaxHighlighter.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
SyntaxHighlighter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00