.. |
Alias.cpp
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
Alias.h
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
Builtin.cpp
|
Shell: Cleanup `export` builtin
|
2025-04-19 21:23:26 +03:00 |
Builtin.h
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
CMakeLists.txt
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
CommandTypes.cpp
|
Shell: Cleanup code by defining argument types as nested types
|
2024-10-15 23:44:06 +03:00 |
CommandTypes.h
|
Shell: Add support for inline environment variables
|
2024-10-15 23:45:08 +03:00 |
Execute.cpp
|
Shell: Print error if `execv` fails
|
2025-04-19 00:39:42 +03:00 |
Execute.h
|
Shell: Add support for inline environment variables
|
2024-10-15 23:45:08 +03:00 |
Input.cpp
|
Kernel: Make backspace \b and delete 0x7F
|
2024-12-05 17:34:37 +02:00 |
Input.h
|
Shell: Implement history file for persistent history storage
|
2024-10-16 00:21:58 +03:00 |
Lexer.cpp
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
Lexer.h
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
Token.cpp
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
Token.h
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
TokenParser.cpp
|
Shell: Add support for inline environment variables
|
2024-10-15 23:45:08 +03:00 |
TokenParser.h
|
Shell: rewrite the whole shell to use tokens instead of raw strings
|
2024-10-13 22:00:16 +03:00 |
main.cpp
|
LibC/Shell: set PWD env in Shell, not libc
|
2025-04-19 21:16:11 +03:00 |