Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-20 | Shell: Auto-completion shouldn't suggest non-executable files for the program... | Gunnar Beutner |
2021-04-13 | Shell: add `type` builtin | jacob gw |
2021-03-22 | Shell: Add support for indexing into variables | AnotherTest |
2021-03-07 | Shell: Add support for 'immediate' expressions as variable substitutions | AnotherTest |
2021-03-07 | Shell: Do not parse history events in scripts | AnotherTest |
2021-03-07 | Shell: Skip caching PATH and history load/save when not interactive | AnotherTest |
2021-01-19 | Shell: Add a `not` builtin | AnotherTest |
2021-01-19 | Shell: Consider numbers as word characters too | AnotherTest |
2021-01-19 | Shell: Add a builtin that parses its sole argument and dumps its AST | AnotherTest |
2021-01-15 | Shell: Add (basic) support for history event designators | AnotherTest |
2021-01-12 | Shell: Move to Userland/Shell/ | Andreas Kling |