Clipboard: System clipboard interface.
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
(or the equivalent on your system).
[Skip to Readme]
Versions [faq] | 1.0.0, 2.0.0, 2.1.0, 2.2.0, 2.2.0.1, 2.2.0.2, 2.2.0.3, 2.3.0.0, 2.3.0.1, 2.3.0.2, 2.3.1.0, 2.3.2.0 |
---|---|
Dependencies | base (==4.*), directory, unix, utf8-string, Win32 (>=2.2.0.0 && <2.4), X11 (>=1.6) [details] |
License | BSD-3-Clause |
Author | Sævar Berg (Windows), Matthew Bekkema (X11), Daniel Díaz (Maintainer) |
Maintainer | dhelta.diaz `at` gmail.com |
Category | System |
Home page | http://haskell.org/haskellwiki/Clipboard |
Bug tracker | https://github.com/Daniel-Diaz/Clipboard/issues |
Source repo | head: git clone git://github.com/Daniel-Diaz/Clipboard.git |
Uploaded | by DanielDiaz at 2017-07-06T13:22:11Z |
Distributions | LTSHaskell:2.3.2.0, NixOS:2.3.2.0, Stackage:2.3.2.0 |
Downloads | 9535 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-07-06 [all 1 reports] |
Downloads
- Clipboard-2.3.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)