serenity/Shell
2019-06-23 22:08:12 +02:00
..
.gitignore Shell: Move the Shell to a separate directory and let's call it "Shell" :^) 2019-05-07 01:12:08 +02:00
GlobalState.h Shell: Move line editing to a separate class. 2019-05-07 01:39:41 +02:00
LineEditor.cpp Shell: Run clang-format on everything. 2019-06-07 11:49:21 +02:00
LineEditor.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
main.cpp add ~/.history file for Shell, stores entire command log and loads recent commands into history buffer 2019-06-23 22:08:12 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp Shell: Run clang-format on everything. 2019-06-07 11:49:21 +02:00
Parser.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00