banan-os/userspace/programs/Shell
Bananymous 51b6329c86 Kernel: Make backspace \b and delete 0x7F
This is what `vim` seems to expect and imo makes way more sense.
2024-12-05 17:34:37 +02:00
..
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: remove `env` builtin and add `type` 2024-10-15 23:42:01 +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: Add support for inline environment variables 2024-10-15 23:45:08 +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 Shell: rewrite the whole shell to use tokens instead of raw strings 2024-10-13 22:00:16 +03:00