Apache-2.0 licensed by Peter Harpending
Maintained by [email protected]
This version can be pinned in stack with:editor-open-0.6.0.0@sha256:78f30264ba4677c44efe6b3a8ff865034b3f62dc473993ecbfaadd2255ee14c7,2337

Module documentation for 0.6.0.0

You know when you run git commit, and an editor pops open so you can enter a commit message? This is a Haskell library that does that.

This library isn't very portable. It relies on the $EDITOR environment variable. The concept only exists on *nix systems.

CHANGES

0.6.0.0
Support less common $VISUAL. vi is the fallback editor now instead of nano.
0.5.0.0
Now use conduits on the backend. Support base<4.8