Portability | unportable |
---|---|
Stability | stable |
Maintainer | glasser@mit.edu |
Handy wrapper for dzen. Requires dzen >= 0.2.4.
Documentation
dzen :: String -> Int -> X ()Source
dzen str timeout
pipes str
to dzen2 for timeout
microseconds.
Example usage:
dzen "Hi, mom!" (5 `seconds`)
dzenWithArgs :: String -> [String] -> Int -> X ()Source
dzen str args timeout
pipes str
to dzen2 for timeout
seconds, passing args
to dzen.
Example usage:
dzenWithArgs "Hi, dons!" ["-ta", "r"] (5 `seconds`)