summaryrefslogtreecommitdiff
path: root/Userland/Utilities/tac.cpp
AgeCommit message (Collapse)Author
2022-01-09Userland: Port tac to LibMainFederico Guerinoni
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
...and remove the Vector<String> variant since there are no remaining users of this API.
2021-10-17tac: Unbreak reading from standard inputSeekingBlues
Since Core::File does not handle streaming input properly (see #5093 and #4198), we use the LibC APIs instead.
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
...and make it an enum class so people don't omit "OpenMode".
2021-05-09tac: Support concatenating multiple files (#6970)faxe1008
2021-05-01Userland: Remove an unused function declaration from tac.Mango0x45
The function declaration seems to have come from an earlier commit. The function is no longer here so there is no reason to keep this around.
2021-04-29tac: Replace copyright text with SPDX license identifierLinus Groh
2021-04-28Userland: Implement tac commandFederico Guerinoni
Nobody care about tac :^).