Clipboard » History » Version 2
Per Amundsen, 02/09/2014 03:32 PM
1 | 2 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | */clipboard [-an] <text>* |
4 | |||
5 | Copies <text> to the clipboard. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -a - Appends the text to current clipboard text instead. |
||
10 | -n - Adds \r\n at the end of the text. |
||
11 | |||
12 | *Parameters* |
||
13 | |||
14 | <text> - Text to add. |
||
15 | |||
16 | *Example* |
||
17 | <pre> |
||
18 | ;Adds 'clip' to the clipboard |
||
19 | /clipoard clip |
||
20 | |||
21 | ;Append 'board' to the clipboard so result becomes 'clipboard' |
||
22 | /clipoard -a board |
||
23 | </pre> |