Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-04 | Shell: Move everything to the Shell namespace | AnotherTest | |
Also provide a basic default-constructor. | |||
2020-08-15 | Shell: Allow redirections and pipes on builtins | AnotherTest | |
Fixes #3072. | |||
2020-05-17 | Shell: Switch to using Core::EventLoop | AnotherTest | |
This commit refactors Shell to a Core::Object and switches its looping to Core::EventLoop. |