This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2025-12-22 09:19:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
274b41e47c9c517b199263dba20eef70fec16dba
ladybird
/
Shell
History
CallumAttryde
e38c3bce15
add ~/.history file for Shell, stores entire command log and loads recent commands into history buffer
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