summaryrefslogtreecommitdiff
path: root/Userland/Utilities/paste.cpp
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-11paste: Use Core::System::{exec,setenv}Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-19paste: Port to LibMain and LibCoreZack Penn
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-05-10Userland: Implement paste --watch modeSergey Bugaev
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