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
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-14
Shell: Use `AllocatingMemoryStream` to search for the IFS
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-27
Shell: Add `where` builtin
Vetrox
2022-12-12
Shell: Disable interactive mode on '-c'
Ali Mohammad Pur
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-11-03
Shell: Re-block SIGTT{IN,OU} on start
Ali Mohammad Pur
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-16
CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Andrew Kaster
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
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
[next]