The Clipboard package
/Clipboard/ is a library for easily interfacing with the system clipboard with additional unicode support. Currently, only in a Windows system.
For example, if you type:
> setClipboardString "Hello, World!"
Then you have @\"Hello, World!\"@ available to be pasted where you want.
Now, if you type:
> modifyClipboardString reverse
You will have @\"!dlroW ,olleH\"@ in your clipboard. So:
>>> getClipboardString "!dlroW ,olleH"
Changes from last version:
* New documentation with examples.
Properties
| Versions | 1.0.0, 2.0.0, 2.1.0, 2.2.0, 2.2.0.1 |
|---|---|
| Dependencies | base (4.*), Win32 (2.2.*) |
| License | BSD3 |
| Author | Sævar Berg, Daniel Díaz |
| Maintainer | Daniel Diaz [danieldiaz `at` dhelta `dot` net] |
| Category | System |
| Home page | http://dhelta.net/hprojects/Clipboard |
| Bug tracker | https://github.com/Daniel-Diaz/Clipboard/issues |
| Source repository | git clone git://github.com/Daniel-Diaz/Clipboard.git |
| Upload date | Thu Apr 19 00:19:59 UTC 2012 |
| Uploaded by | DanielDiaz |
| Build failure | ghc-7.4 (log) |
Modules
- System
- System.Clipboard
Downloads
- Clipboard-2.2.0.1.tar.gz (Cabal source package)
- package description (included in the package)