Hclip

A small cross-platform library for reading and modifying the system clipboard.

https://github.com/jetho/Hclip

LTS Haskell 11.22:3.0.0.4
Stackage Nightly 2018-03-12:3.0.0.4
Latest on Hackage:3.0.0.4

See all snapshots Hclip appears in

BSD-3-Clause licensed by Jens Thomas
Maintained by [email protected]
This version can be pinned in stack with:Hclip-3.0.0.4@sha256:df341c936594465df25c3b9f93f6ebe3110a36d64a51dbbd1dbd557394bbdba4,1648

Module documentation for 3.0.0.4

Depends on 4 packages(full list with versions):
Used by 2 packages in nightly-2017-10-28(full list with versions):

A small cross-platform library for reading and modifying the system clipboard.

Hclip works on Windows, Mac OS X and Linux (but see the requirements below!).

Requirements:

  • Windows: No additional requirements.

  • Mac OS X: Requires the pbcopy and pbpaste commands, which ship with Mac OS X.

  • Linux: Requires xclip or xsel installed.