Liking cljdoc? Tell your friends :D
Clojure only.

io.aviso.clipboard

Utilities for accessing text on the system clipboard using AWT.

This is segregated from other code to prevent the AWT stack from initializing unnecessarily. On OS X, this initialization is seen as a Java application icon appearing in the Dock.

Utilities for accessing text on the system clipboard using AWT.

This is segregated from other code to prevent the AWT stack from initializing
unnecessarily. On OS X, this initialization is seen as a Java application icon appearing in the Dock.
raw docstring

copyclj

(copy)

Copies the current contents of the Clipboard, returning its contents as a string.

Copies the current contents of the Clipboard, returning its contents as a string.
raw docstring

pasteclj

(paste s)

Pastes a string in as the new content of the Clipboard.

Pastes a string in as the new content of the Clipboard.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close