index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Shell
/
LineEditor.h
Age
Commit message (
Expand
)
Author
2020-03-31
Shell: Move LineEdit out and add it as a dependency
AnotherTest
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-17
Shell: Tab completion now gives suggestions
Jesse Buhagiar
2019-12-11
Shell: Tab completion for paths
William McPherson
2019-12-11
Shell: Improve tab completion behaviour
William McPherson
2019-12-11
Shell: Refactor append/insert procedure
William McPherson
2019-12-11
Shell: Improve readability of cache_path()
William McPherson
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-05
Shell: Cache PATH for faster tab completion
William McPherson
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