mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 01:31:00 +00:00
For example, when typing `cd <tab>`, the shell will show a list of files in the current directory. This behavior is similar to typing `cd ./<tab>`. It makes it easier to `cd` into directories without having to list them first. |
||
|---|---|---|
| .. | ||
| Tests | ||
| AST.cpp | ||
| AST.h | ||
| Builtin.cpp | ||
| CMakeLists.txt | ||
| Execution.h | ||
| Formatter.cpp | ||
| Formatter.h | ||
| Forward.h | ||
| ImmediateFunctions.cpp | ||
| Job.cpp | ||
| Job.h | ||
| main.cpp | ||
| NodeVisitor.cpp | ||
| NodeVisitor.h | ||
| Parser.cpp | ||
| Parser.h | ||
| Shell.cpp | ||
| Shell.h | ||
| SyntaxHighlighter.cpp | ||
| SyntaxHighlighter.h | ||