summaryrefslogtreecommitdiff
path: root/Userland/Shell/main.cpp
AgeCommit message (Expand)Author
2022-12-12Shell: Disable interactive mode on '-c'Ali Mohammad Pur
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-03Shell: Re-block SIGTT{IN,OU} on startAli Mohammad Pur
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-08-11Shell: Stop printing 'sh -c' commandsAli Mohammad Pur
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-04-11Shell: Read script arguments as Strings instead of char*sSam Atkins
2022-04-03Shell: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Shell: Refresh PATH cache after running shellrc filesHumberto Alves
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-11Shell: Stop parsing options after the script nameTim Schumacher
2022-03-06Shell: Be more smart with pasted stuffAli Mohammad Pur
2022-01-09Shell: Port to LibMainLucas CHOLLET
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