summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cat.cpp
AgeCommit message (Expand)Author
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28LibCore+cat: Switch Core::System::read/write to take a Span of bytesBrian Gianforcaro
2021-11-27cat: Remove accidentally-committed unused macroAndreas Kling
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26cat: Use TRY() and LibCore syscall wrappers a lot more :^)Andreas Kling
2021-11-25cat: Port to LibMain :^)Kenneth Myhra
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling