Live data from Hacker News

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

github.com

41–47 of 47 posts

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

#43
It's pretty great to see so many different takes on these visual prompts! Going through the source, it looks pretty similar to an early version of one of my projects - have you ran into any issues with chyzer/readline? I can't remember the exact reason I had to ditch it, but I think there were problems with its support for Windows

Here's the project for anyone interested: https://github.com/AlecAivazis/survey

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

#45
post #32

Have you tried it in Linux ? Emojis are not available there.

That depends on your distro. Fedora 27 just shipped recently with colored emoji support thanks to the Google noto emoji font.

I shipped my distro (Happy Hacking Linux) with emoji fonts a year before Fedora. That font is useful only for GUI apps, won't work in CLI.

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

#47
post #32

Earlier quoted context omitted.

That depends on your distro. Fedora 27 just shipped recently with colored emoji support thanks to the Google noto emoji font.

I shipped my distro (Happy Hacking Linux) with emoji fonts a year before Fedora. That font is useful only for GUI apps, won't work in CLI.

It absolutely works in gnome-terminal on GNOME 3.26.
Post reply on HN