summaryrefslogtreecommitdiff
path: root/Userland/Utilities/tr.cpp
AgeCommit message (Expand)Author
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29tr: Utilize TRY moreKenneth Myhra
2022-03-29tr: Port to LibMainKenneth Myhra
2021-11-13Utilities/tr: Rework squeezing to be supported during more operationsTim Schumacher
2021-11-12Utilities/tr: Implement squeezing repeated charactersTim Schumacher
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-12Userland: Add partial support for complex specifications to trJean-Baptiste Boric
2021-08-12Userland: Add support for --delete flag as alias of -d to trJean-Baptiste Boric
2021-08-12Userland: Add support for -c/--complement flag to trJean-Baptiste Boric
2021-08-12Userland: Add support for multiple character translations to trJean-Baptiste Boric
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-09Utilities: Add support for -d flag to trJean-Baptiste Boric
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
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