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-12-12
Shell: Disable interactive mode on '-c'
Ali Mohammad Pur
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-03
Shell: Re-block SIGTT{IN,OU} on start
Ali Mohammad Pur
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-08-11
Shell: Stop printing 'sh -c' commands
Ali Mohammad Pur
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-04-11
Shell: Read script arguments as Strings instead of char*s
Sam Atkins
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-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-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