The latest version of Clipboard is 2.3.2.0-0.

Clipboard

Version 2.3.0.0 revision 0 uploaded by DanielDiaz.

Package meta

Synopsis
System clipboard interface.
Description

Clipboard is a library for easily interfacing with the system clipboard with additional unicode support. Currently, only in a Windows or GNU/Linux (X11) system.

For example, if you type:

$ setClipboardString "Hello, World!"

Then you have "Hello, World!" available to be pasted wherever you want.

Now, if you type:

$ modifyClipboardString reverse

You will have "!dlroW ,olleH" in your clipboard. So:

$ getClipboardString
"!dlroW ,olleH"

The X11 version depends on the X11 package, so you will need the X11 development library available on your system at compile time. You can install it by sudo apt-get install libxrandr-dev.

Author
Sævar Berg (Windows), Matthew Bekkema (X11), Daniel Díaz (Maintainer)
Bug reports
https://github.com/Daniel-Diaz/Clipboard/issues
Category
System
Copyright
n/a
Homepage
http://haskell.org/haskellwiki/Clipboard
Maintainer
dhelta.diaz `at` gmail.com
Package URL
n/a
Stability
Stable

Components