Clipboard: System clipboard interface.

[ bsd3, library, system ] [ Propose Tags ]

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 wherever you want.

Now, if you type:

$ modifyClipboardString reverse

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

$ getClipboardString
"!dlroW ,olleH"

[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 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 && <5), Win32 (>=2.2 && <2.3) [details]
License BSD-3-Clause
Author Sævar Berg, Daniel Díaz
Maintainer Daniel Díaz [dhelta `dot` diaz `at` gmail `dot` 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 2013-04-21T01:43:17Z
Distributions LTSHaskell:2.3.2.0, NixOS:2.3.2.0, Stackage:2.3.2.0
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 11227 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Clipboard-2.2.0.2

[back to package description]

Clipboard

A simple library for a simple purpose: to set, get and modify the system clipboard.

Limitations

I'm so sorry, but this library only works on Windows. Contributions are welcome! :)