summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.h
AgeCommit message (Expand)Author
2023-06-05Shell: Add a "." builtin that aliases to "source" in POSIXmasterjwijenbergh
2023-05-05Shell: Rename the verb {lookup => look_up}Ali Mohammad Pur
2023-05-05Shell: Make the builtins' POSIX mode requirement more explicitAli Mohammad Pur
2023-05-05Shell: Place all variables in the closest nonlocal frame in POSIX modeAli Mohammad Pur
2023-05-05Shell: Allow assignment-prefixed commands to run builtinsAli Mohammad Pur
2023-05-05Shell: Allow non-exhaustive 'case' statements in POSIXAli Mohammad Pur
2023-05-05Shell: Add support for the POSIX 'read' builtinAli Mohammad Pur
2023-05-05Shell: Add the 'break' and 'continue' POSIX builtinsAli Mohammad Pur
2023-04-25Userland: Remove serialize-to-JSON functions only used for InspectorAndreas Kling
2023-04-24Shell: Use `JsonArray::append` in `save_to`Cameron Youell
2023-03-22Shell: Implement arithmetic expansions for POSIX modeAli Mohammad Pur
2023-03-22Shell: Load a different rc file when in POSIX modeAli Mohammad Pur
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28Shell: Convert all immediately convertible fallible functions to ErrorOrAli Mohammad Pur
2023-02-28Shell: Make Immediate expression invocation fallibleAli Mohammad Pur
2023-02-28Shell: Convert builtins to use the modern main() styleAli Mohammad Pur
2023-02-21Shell: Fix (and paper over) various const-correctness issuesAndreas Kling
2023-02-18Shell: Allow the heredoc node to act as a redirection tooAli Mohammad Pur
2023-02-13Shell: Start implementing a POSIX-compliant parserAli Mohammad Pur
2022-12-27Shell: Add `where` builtinVetrox
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-04-21Shell: Highlight commands with a hyperlink to open their help pagesForLoveOfCats
2022-04-18Shell: Allow completions to request further action from the shellAli Mohammad Pur
2022-04-03Shell: Refresh PATH cache after running shellrc filesHumberto Alves
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29Shell: Add a shell option for autocompleting via the program itselfAli Mohammad Pur
2022-03-26Shell: Limit the access of processes spawned for autocompletionAli Mohammad Pur
2022-03-26Shell: Add an ArgsParser-based argument parser builtinAli Mohammad Pur
2022-03-26Shell: Implement program-aware autocompletionAli Mohammad Pur
2022-03-26Shell: Add the 'join' and 'filter_glob' immediate functionsAli Mohammad Pur
2022-03-06Shell: Be more smart with pasted stuffAli Mohammad Pur
2022-03-06Shell: Allow completing StringLiterals as pathsAli Mohammad Pur
2022-01-29Shell: Use StringView instead of String const& where feasibleDaniel Bertalan
2022-01-09Shell: Add a "noop" builtin aliased to ":"Ali Mohammad Pur
2022-01-09Shell: Don't reset 'last_return_code' before running commandsAli Mohammad Pur
2022-01-09Shell: Make interrupts kill the whole chain and not just the current jobAli Mohammad Pur
2021-12-31Shell: Make redirection errors raise ShellErrorsAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-31Shell: Unwind execution after runtime errorsAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
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