summaryrefslogtreecommitdiff
path: root/Userland/Shell/main.cpp
AgeCommit message (Expand)Author
2021-08-12Shell: Remove dbgln related to process group IDssin-ack
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-02Shell: Replace fprintf(stderr) => warnln()Ali Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Shell: Skip caching PATH and history load/save when not interactiveAnotherTest
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-16Shell: return the exit code of a '-c' command executionNick Vella
2021-01-12Shell: Move to Userland/Shell/Andreas Kling