Show HN: Promptui – Rich UI elements for cli prompts in Go
1–10 of 47 posts
Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#2Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#3Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#4I like this. Do similar projects exist for other languages?
Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#5I like this. Do similar projects exist for other languages?
Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#6Don't have an immediate use but I like it.
Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#7Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#8The single screencast is pretty compelling, I'd suggest just screencasting everything from the examples and adding to your landing page. Don't have an immediate use but I like it.
But you're right, we should bring them to the readme or to the _examples folder.
Re: Show HN: Promptui – Rich UI elements for cli prompts in Go
#9I like this. Do similar projects exist for other languages?
Any language in particular? For JavaScript I'd recommend https://github.com/SBoudrias/Inquirer.js
I've published a package that exposes a few convenience methods written using it, including a cool one for printing a table (which detects the width of the terminal window and hides extra columns automatically). Check it out https://github.com/fabiospampinato/inquirer-helpers