From 24670dd69c3d7e23905aea037dbc714342ae6428 Mon Sep 17 00:00:00 2001 From: Anthony Saldana Valle <55422282+ansavanix@users.noreply.github.com> Date: Sun, 17 Oct 2021 21:36:11 -0700 Subject: [PATCH] wl-copy: add page (#6753) --- pages/linux/wl-copy.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/wl-copy.md 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`