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

https://github.com/burl/inquire

a collection of common interactive command line user interfaces
https://github.com/burl/inquire

chui go golang terminal terminal-colors user-input

Last synced: 5 months ago
JSON representation

a collection of common interactive command line user interfaces

Awesome Lists containing this project

README

          

# inquire
> A collection of common interactive command line user interfaces

inquire attempts to replicate the look and feel of the Node package [inquirer](https://www.npmjs.com/package/inquirer), but for Go.

## Example

See [demo/grail.go](https://github.com/burl/inquire/blob/master/demo/grail.go)
for a demonstration of using the API to gather input.

![Demo](https://github.com/burl/inquire/blob/master/data/inquire-demo-2.gif)

### API

[API documentation](https://godoc.org/github.com/burl/inquire) can
be found at [godoc.org](https://godoc.org/github.com/burl/inquire).

## License
This library is under the [MIT License](http://opensource.org/licenses/MIT)