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
Age
Commit message (
Expand
)
Author
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-16
Shell: Fix 'Command:' output for built-in 'time' command
Ben Wiederhake
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-12
Shell: Sort CompletionSuggestions for paths lexicographically
Ben Wiederhake
2022-09-08
AK: Allow creating NonnullPtrVectors from an initializer list
Sam Atkins
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-11
Shell: Avoid StringView OOB access in Formatter ctor
Ali Mohammad Pur
2022-08-11
Shell: Stop printing 'sh -c' commands
Ali Mohammad Pur
2022-07-17
Shell: Add the |& construct for piping stderr along with stdout
sin-ack
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-07-08
Userland: Add `/usr/local/sbin` to `PATH` by default
Tim Schumacher
2022-07-04
Shell: Immediately resolve value when setting a variable
Ali Mohammad Pur
2022-06-24
Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it
Ali Mohammad Pur
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-04-21
Shell: Highlight commands with a hyperlink to open their help pages
ForLoveOfCats
2022-04-18
Shell: Make program-based completion with no actual token possible
Ali Mohammad Pur
2022-04-18
LibLine: Make it possible to avoid autocompletion if requested
Ali Mohammad Pur
2022-04-18
LibLine: Respect the provided completion static offset
Ali Mohammad Pur
2022-04-18
Shell: Allow completions to request further action from the shell
Ali Mohammad Pur
2022-04-18
Shell: Add support for regex match patterns
Ali Mohammad Pur
2022-04-15
Shell: Complete for current path when the text is empty
Damien Firmenich
2022-04-11
Shell: Read script arguments as Strings instead of char*s
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-03
Shell: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
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-27
Shell: Keep the stdio and rpath pledges for execute_process()
Ali Mohammad Pur
2022-03-26
Shell: Limit the access of processes spawned for autocompletion
Ali Mohammad Pur
2022-03-26
Shell+LibCore: Provide argument help strings as display trivia
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-24
Shell: Use default constructors/destructors
Lenny Maiorani
2022-03-11
Shell: Stop parsing options after the script name
Tim Schumacher
2022-03-06
Shell: Be more smart with pasted stuff
Ali Mohammad Pur
2022-03-06
Shell: Implement leftmost_trivial_literal() for Sequence nodes
Ali Mohammad Pur
2022-03-06
Shell: Allow completing StringLiterals as paths
Ali Mohammad Pur
2022-03-06
LibLine+Userland: Make suggestion offsets per-suggestion
Ali Mohammad Pur
2022-02-23
Shell: Use an opaque color for SyntaxError
kperdlich
2022-02-22
Shell: Start history counter from 1
Ryan Chandler
2022-02-19
Shell: Use an opaque default color for BarewordLiteral
kperdlich
2022-02-05
Shell: Use strncmp() instead of string.compare() for name completions
Ali Mohammad Pur
2022-02-04
Shell: Add total time to builtin_time Timing Report
Tom Martin
2022-01-29
Shell: Use StringView instead of String const& where feasible
Daniel Bertalan
[next]