summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.h
AgeCommit message (Expand)Author
2021-07-13Shell: Add unalias builtinTheFightingCatfish
2021-05-24LibLine+Shell: Allow some programs to modify the current termiosAli Mohammad Pur
2021-05-11Shell: Add an option to autosave history every N msAli Mohammad Pur
2021-05-10Shell: Make escaping more intelligentAli Mohammad Pur
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-23Shell: Add a 'kill' builtin that wraps the system's ownAli Mohammad Pur
2021-04-23Shell: Add support for jobspecs in fg/bg/disown/waitAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20Shell: Auto-completion shouldn't suggest non-executable files for the program...Gunnar Beutner
2021-04-13Shell: add `type` builtinjacob gw
2021-03-22Shell: Add support for indexing into variablesAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-03-07Shell: Do not parse history events in scriptsAnotherTest
2021-03-07Shell: Skip caching PATH and history load/save when not interactiveAnotherTest
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