@hackage ui1.0.0

Minimalistic console UI (getLine), arrow key support (edit, browse cmd history).

  • Installation

  • Dependencies (2)

  • Dependents (0)

The UI library provides a more modern getLine style function for making console based CLIs (command line interfaces). The library provides editing capabilities through the use of arrow keys, as well as browsing through the command history. It is very minimalistic, does only export two functions and doesn't require its own monad (only IO).