An open API service indexing awesome lists of open source software.

https://github.com/astynax/dialogui

Simple interactive cmdline-oriented UI
https://github.com/astynax/dialogui

gui haskell library tui

Last synced: about 1 year ago
JSON representation

Simple interactive cmdline-oriented UI

Awesome Lists containing this project

README

          

## Dialogui

**Dialogui** - library, providing a simple UI, interacting with user through command line.

### Screenshots

At the moment two "backends" of UI are available:

1. **TUI** (Text User Interface):

TUI

2. [Tk](https://en.wikipedia.org/wiki/Tk_%28software%29)-based **GUI**
(requires [dialogui-htk](https://github.com/astynax/dialogui-htk)):

GUI

### Installation

```shell
$ stack install
```

### Examples

Example applications with different implementations of UI can be builded this way:
```shell
$ stack build --flag dialogui:buildexamples
```