Project

General

Profile

Clipboard » History » Revision 6

Revision 5 (Per Amundsen, 11/28/2020 02:38 AM) → Revision 6/7 (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* 
 <pre> 
 ; Adds ;Adds 'clip' to the clipboard. clipboard 
 /clipoard clip 

 ; Append ;Append 'board' to the clipboard so result becomes 'clipboard'. 'clipboard' 
 /clipoard -a board 
 </pre>