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-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
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
[next]