Actions
  Clipboard » History » Revision 6
      « Previous |
    Revision 6/7
      (diff)
      | Next »
    
    Per Amundsen, 11/28/2020 02:39 AM 
    
    
Added in 1.9.0
/clipboard [-an] [text]
Copies <text> to the clipboard.
If [text] is empty, clipboard is cleared.
Switches
-a - Appends the text to current clipboard text instead.
-n - Adds $crlf at the end of the text.
Parameters
[text] - Text to add.
Example
; Adds 'clip' to the clipboard. /clipoard clip ; Append 'board' to the clipboard so result becomes 'clipboard'. /clipoard -a board
Updated by Per Amundsen almost 5 years ago · 7 revisions