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

[ bsd3, library, program, todo ] [ Propose Tags ]

Over functions to defined your own custom workflows, which should be shareable across platforms. (for example, the usage of "M-c" ("meta") over "A-c" ("alt") or "C-c" ("control") is encouraged).

documention at Workflow.Derived.

see the source of Workflow.Derived.Main for an example.

Combine with one of the platform-specific packages (workflow-osx, workflow-windows, workflow-x11, etc) with Workflow.Derived.Repl to verify that the bindings behave correctly on your system.

transitive dependencies:


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1
Dependencies base (>=4.7 && <5), bytestring, Earley, exceptions, free, http-types, transformers, workflow-extra, workflow-types [details]
License BSD-3-Clause
Copyright 2016 Spiros Boosalis
Author Spiros Boosalis
Maintainer samboosalis@gmail.com
Category TODO
Home page http://github.com/sboosali/workflow-extra#readme
Source repo head: git clone https://github.com/sboosali/workflow-extra
Uploaded by sboo at 2017-05-04T02:35:08Z
Distributions
Executables example-workflow-extra
Downloads 1541 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-04 [all 1 reports]

Readme for workflow-extra-0.0.1

[back to package description]

Build Status Hackage

workflow-extra

TODO