Live data from Hacker News

Show HN: Promptui – Rich UI elements for cli prompts in Go

github.com

1–10 of 47 posts

Re: Show HN: Promptui – Rich UI elements for cli prompts in Go

#8

The 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.

Truth be told we did actually screencap a bunch of scenarios for a blog post https://blog.manifold.co/promptui-get-user-input-in-your-cli...

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

#9
post #3

I 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 agree.

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

Post reply on HN