diff --git a/pages/linux/wl-copy.md b/pages/linux/wl-copy.md new file mode 100644 index 000000000..0c4232ca6 --- /dev/null +++ b/pages/linux/wl-copy.md @@ -0,0 +1,16 @@ +# wl-copy + +> Wayland clipboard manipulation tool. +> More information: . + +- Copy text to the clipboard: + +`wl-copy {{text}}` + +- Copy the output of a command to the clipboard: + +`{{command}} | wl-copy` + +- Clear the clipboard: + +`wl-copy --clear`