summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cut.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-11cut: Port to LibMain :^)Kenneth Myhra
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-11Utilities: cut: Implement field-based cuttingTim Schumacher
2021-11-11Utilities: cut: Split up into file and line processingTim Schumacher
2021-11-11Utilities: cut: Work exclusively with rangesTim Schumacher
2021-11-11Utilities: cut: Move string splitting into expand_listTim Schumacher
2021-11-11Utilities: cut: Migrate to ArgsParserTim Schumacher
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling