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

PortabilityA small cross-platform library for reading and modifying the system clipboard.
Stabilityexperimental
MaintainerJens Thomas <jetho@gmx.de>
Safe HaskellSafe-Inferred

System.Hclip

Description

 

Synopsis

Documentation

getClipboard :: IO StringSource

Read clipboard contents.

setClipboard :: String -> IO StringSource

Set clipboard contents.

modifyClipboard :: (String -> String) -> IO StringSource

Apply function to clipboard and return its new contents.