mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 06:01:00 +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 | ||