ladybird/Userland
Sergey Bugaev 93a1b88965 Userland: Implement copy --clear
You can now clear the clipboard using copy(1) like this:

$ copy --clear
2021-05-10 19:09:53 +01:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Userland: Allow the Analog Clock window border to be hidden 2021-05-10 12:36:05 +02:00
Demos Demos: Implement basic Lambertian lighting for the GLTeapot 2021-05-09 16:14:15 +01:00
DevTools HackStudio: Tweak Files/Classes tab views 2021-05-10 13:45:49 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Chess+Help: Remove erroneous ampersand from app name 2021-05-07 20:37:28 +01:00
Libraries LibGUI: Add Clipboard::clear() 2021-05-10 19:09:53 +01:00
Services LookupServer: Do cache eviction when mDNS cache flush bit is set 2021-05-10 17:26:17 +02:00
Shell Shell: Parse '\t' in doublequoted strings as a tab character 2021-05-10 10:43:23 +02:00
Utilities Userland: Implement copy --clear 2021-05-10 19:09:53 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00