ladybird/Userland/Shell
Sam Atkins 84b67754c0 Shell: Read script arguments as Strings instead of char*s
This saves work in places that previously had to create a
`Vector<String>` anyway, or repeatedly cast the char* to a String.
Plus, Strings are nicer than char*. :^)
2022-04-11 21:09:42 +02:00
..
Tests Shell: Remove sigpipe.sh.out artefact after failure 2021-12-13 16:20:29 +03:30
AST.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AST.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Builtin.cpp Shell: Read script arguments as Strings instead of char*s 2022-04-11 21:09:42 +02:00
CMakeLists.txt Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
Execution.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Formatter.cpp
Formatter.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h
ImmediateFunctions.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Job.cpp
Job.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp Shell: Read script arguments as Strings instead of char*s 2022-04-11 21:09:42 +02:00
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Allow completing StringLiterals as paths 2022-03-06 13:20:41 +01:00
Parser.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Shell.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Shell.h Shell: Refresh PATH cache after running shellrc files 2022-04-03 23:28:01 +02:00
SyntaxHighlighter.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
SyntaxHighlighter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00