Age | Commit message (Expand) | Author |
---|---|---|
2019-09-15 | Shell: Tab completion for programs in PATH | willmcpherson2 |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-18 | Shell: Support forward delete | Conrad Pankoff |
2019-07-19 | Shell: Implement support for terminal clearing with ^L. | Andreas Kling |
2019-06-07 | Meta: Tweak .clang-format to not wrap braces after enums. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-07 | Shell: Make ^W and ^U work when cursor is not at the end of the line. | Andreas Kling |
2019-05-07 | Shell: Allow browsing history with up/down arrow keys. | Andreas Kling |
2019-05-07 | Shell: Move line editing to a separate class. | Andreas Kling |