index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Shell
/
Shell.h
Age
Commit message (
Expand
)
Author
2023-06-05
Shell: Add a "." builtin that aliases to "source" in POSIX
master
jwijenbergh
2023-05-05
Shell: Rename the verb {lookup => look_up}
Ali Mohammad Pur
2023-05-05
Shell: Make the builtins' POSIX mode requirement more explicit
Ali Mohammad Pur
2023-05-05
Shell: Place all variables in the closest nonlocal frame in POSIX mode
Ali Mohammad Pur
2023-05-05
Shell: Allow assignment-prefixed commands to run builtins
Ali Mohammad Pur
2023-05-05
Shell: Allow non-exhaustive 'case' statements in POSIX
Ali Mohammad Pur
2023-05-05
Shell: Add support for the POSIX 'read' builtin
Ali Mohammad Pur
2023-05-05
Shell: Add the 'break' and 'continue' POSIX builtins
Ali Mohammad Pur
2023-04-25
Userland: Remove serialize-to-JSON functions only used for Inspector
Andreas Kling
2023-04-24
Shell: Use `JsonArray::append` in `save_to`
Cameron Youell
2023-03-22
Shell: Implement arithmetic expansions for POSIX mode
Ali Mohammad Pur
2023-03-22
Shell: Load a different rc file when in POSIX mode
Ali Mohammad Pur
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-28
Shell: Convert all immediately convertible fallible functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Make Immediate expression invocation fallible
Ali Mohammad Pur
2023-02-28
Shell: Convert builtins to use the modern main() style
Ali Mohammad Pur
2023-02-21
Shell: Fix (and paper over) various const-correctness issues
Andreas Kling
2023-02-18
Shell: Allow the heredoc node to act as a redirection too
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2022-12-27
Shell: Add `where` builtin
Vetrox
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-04-21
Shell: Highlight commands with a hyperlink to open their help pages
ForLoveOfCats
2022-04-18
Shell: Allow completions to request further action from the shell
Ali Mohammad Pur
2022-04-03
Shell: Refresh PATH cache after running shellrc files
Humberto Alves
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
Shell: Add a shell option for autocompleting via the program itself
Ali Mohammad Pur
2022-03-26
Shell: Limit the access of processes spawned for autocompletion
Ali Mohammad Pur
2022-03-26
Shell: Add an ArgsParser-based argument parser builtin
Ali Mohammad Pur
2022-03-26
Shell: Implement program-aware autocompletion
Ali Mohammad Pur
2022-03-26
Shell: Add the 'join' and 'filter_glob' immediate functions
Ali Mohammad Pur
2022-03-06
Shell: Be more smart with pasted stuff
Ali Mohammad Pur
2022-03-06
Shell: Allow completing StringLiterals as paths
Ali Mohammad Pur
2022-01-29
Shell: Use StringView instead of String const& where feasible
Daniel Bertalan
2022-01-09
Shell: Add a "noop" builtin aliased to ":"
Ali Mohammad Pur
2022-01-09
Shell: Don't reset 'last_return_code' before running commands
Ali Mohammad Pur
2022-01-09
Shell: Make interrupts kill the whole chain and not just the current job
Ali Mohammad Pur
2021-12-31
Shell: Make redirection errors raise ShellErrors
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-31
Shell: Unwind execution after runtime errors
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-13
Shell: Add unalias builtin
TheFightingCatfish
2021-05-24
LibLine+Shell: Allow some programs to modify the current termios
Ali Mohammad Pur
2021-05-11
Shell: Add an option to autosave history every N ms
Ali Mohammad Pur
2021-05-10
Shell: Make escaping more intelligent
Ali Mohammad Pur
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
Shell: Add a 'kill' builtin that wraps the system's own
Ali Mohammad Pur
2021-04-23
Shell: Add support for jobspecs in fg/bg/disown/wait
Ali Mohammad Pur
[next]