summaryrefslogtreecommitdiff
path: root/Shell/LineEditor.h
AgeCommit message (Expand)Author
2020-03-31Shell: Move LineEdit out and add it as a dependencyAnotherTest
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-17Shell: Tab completion now gives suggestionsJesse Buhagiar
2019-12-11Shell: Tab completion for pathsWilliam McPherson
2019-12-11Shell: Improve tab completion behaviourWilliam McPherson
2019-12-11Shell: Refactor append/insert procedureWilliam McPherson
2019-12-11Shell: Improve readability of cache_path()William McPherson
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-05Shell: Cache PATH for faster tab completionWilliam McPherson
2019-09-15Shell: Tab completion for programs in PATHwillmcpherson2
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-18Shell: Support forward deleteConrad Pankoff
2019-07-19Shell: Implement support for terminal clearing with ^L.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-07Shell: Make ^W and ^U work when cursor is not at the end of the line.Andreas Kling
2019-05-07Shell: Allow browsing history with up/down arrow keys.Andreas Kling
2019-05-07Shell: Move line editing to a separate class.Andreas Kling