mirror of
https://github.com/RGBCube/serenity
synced 2025-06-28 13:52:07 +00:00
![]() This commit allows the Shell to complete paths in redirections. A closing quote is added if the path is an unclosed quote. ``` $ foo > "foob<tab> $ foo > "foobar" ``` |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Execution.h | ||
Job.h | ||
main.cpp | ||
Parser.cpp | ||
Parser.h | ||
Shell.cpp | ||
Shell.h |