Project

General

Profile

Clipboard » History » Revision 3

Revision 2 (Per Amundsen, 02/09/2014 03:32 PM) → Revision 3/7 (Per Amundsen, 06/27/2017 06:14 PM)

_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 \r\n at the end of the text. 

 *Parameters* 

 <text> - Text to add. 

 *Example* 
 <pre> 
 ;Adds 'clip' to the clipboard 
 /clipoard clip 

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