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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-01-09
Shell: Port to LibMain
Lucas CHOLLET
2021-08-12
Shell: Remove dbgln related to process group IDs
sin-ack
2021-07-16
Assistant: Keep the Terminal window open after the command has run
Gunnar Beutner
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-02
Shell: Replace fprintf(stderr) => warnln()
Ali Mohammad Pur
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-07
Shell: Skip caching PATH and history load/save when not interactive
AnotherTest
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-16
Shell: return the exit code of a '-c' command execution
Nick Vella
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling