summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.h
AgeCommit message (Expand)Author
2021-01-19Shell: Add a `not` builtinAnotherTest
2021-01-19Shell: Consider numbers as word characters tooAnotherTest
2021-01-19Shell: Add a builtin that parses its sole argument and dumps its ASTAnotherTest
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling