ladybird/Userland/Shell
2021-04-25 20:20:00 +02:00
..
Tests Shell/Tests: Replace 'type f -f' with 'type -f f' 2021-04-19 10:07:58 +02:00
AST.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
AST.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Builtin.cpp Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
CMakeLists.txt Shell: Add support for 'immediate' expressions as variable substitutions 2021-03-07 10:59:51 +01:00
Execution.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Formatter.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Formatter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImmediateFunctions.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Job.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Job.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
main.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
NodeVisitor.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NodeVisitor.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Parser.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Parser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Shell.cpp Shell: Add a 'kill' builtin that wraps the system's own 2021-04-23 20:27:58 +02:00
Shell.h Shell: Add a 'kill' builtin that wraps the system's own 2021-04-23 20:27:58 +02:00
SyntaxHighlighter.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SyntaxHighlighter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00