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
- Host: GitHub
- URL: https://github.com/astynax/dialogui
- Owner: astynax
- License: bsd-3-clause
- Created: 2015-09-26T17:44:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T15:28:28.000Z (over 10 years ago)
- Last Synced: 2025-02-15T02:30:50.820Z (over 1 year ago)
- Topics: gui, haskell, library, tui
- Language: Haskell
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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):

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

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