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
- Host: GitHub
- URL: https://github.com/burl/inquire
- Owner: burl
- License: mit
- Created: 2016-06-28T19:37:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T04:47:38.000Z (about 8 years ago)
- Last Synced: 2025-08-14T15:43:19.145Z (10 months ago)
- Topics: chui, go, golang, terminal, terminal-colors, user-input
- Language: Go
- Size: 17.4 MB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

### 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)