summaryrefslogtreecommitdiff
path: root/Userland/Utilities/seq.cpp
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-01LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)Ali Mohammad Pur
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-14seq: Fix clang-tidy warningsEli Youngs
2022-11-14seq: Add the --terminator optionEli Youngs
2022-11-14seq: Add the --separator optionEli Youngs
2022-11-14seq: Interpret parameters with ArgsParserEli Youngs
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29seq: Port to LibMainKenneth Myhra
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-14Utilities: Fix const-correctness inside seqJean-Baptiste Boric
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