workflow-extra-0.0.1: Utilities (e.g. Googling the clipboard contents) for the `workflow` pacakge

Safe HaskellNone
LanguageHaskell2010

Workflow.Derived.Repl

Description

A command line interface for manual integration testing.

cmdln is parametrized over a platform-specific workflow executor.

Synopsis

Documentation

cmdln :: ExecuteWorkflow -> IO () Source #

prefix with a number to pause (for that many seconds) before execution.

prefix with "stay" to disable "alt-tab"ing before execution.

e.g.

> help
...
> stay paste
> copy                   # (Having selected some text topmost (besides the current) window)
> 1000 paste             # Wait a second before pasting
> quit

help :: IO () Source #