
wl-copy
List of commands for wl-copy:
-
wl-copy:tldr:22e19 wl-copy: Copy for only one paste and then clear it.$ wl-copy --paste-once "${text}"try on your machineexplain this command
-
wl-copy:tldr:4e120 wl-copy: Clear the clipboard.$ wl-copy --cleartry on your machineexplain this command
-
wl-copy:tldr:b9580 wl-copy: Copy the text to the clipboard.$ wl-copy "${text}"try on your machineexplain this command
-
wl-copy:tldr:f24fa wl-copy: Pipe the command (`ls`) output to the clipboard.$ ${ls} | wl-copytry on your machineexplain this command