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 initializaing unnecessarily. On OS X, this 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 initializaing
unnecessarily. On OS X, this 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.
sourceraw 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.
sourceraw docstring

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

× close