Live data from Hacker News

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

github.com

11–20 of 47 posts

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

#13

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.

The introductory screencast was a key part behind Rails' initial success back in the day :)

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

#14
post #2

rich cli prompts is an oxymoron, but I'm glad you support vim movement: https://github.com/manifoldco/promptui/blob/master/select.go...

I so much agree. There's enough dancing baloney on the web, we don't need it infecting the command line. Just say no.

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

#15

I've been dreaming with a sci-fi world where at some point the web get's so awful, that a small group splits to an alternate hypertext reality that is only text based.

Some people keep Gopher alive, apparently -- so maybe that's where survivors will take refuge after the JavaScript ad tracking apocalypse finally comes.

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

#16
I think of Emacs as a program with a great text interface. I think that something like this should be easily done in Emacs. However, I don't think this is the case today, as per some research I've done this summer. Anyone has ideas on what set of packages could be utilized with elisp in order to achieve rich UI elements for emacs?

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

#18

I've been dreaming with a sci-fi world where at some point the web get's so awful, that a small group splits to an alternate hypertext reality that is only text based.

While I'm super happy with today's web technologies, I think there would be indeed room for an alternative, typography centered approach that would dare to try new paradigms.

The crucial thing is to avoid reinventing teletext :)

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

#19
post #16

I think of Emacs as a program with a great text interface. I think that something like this should be easily done in Emacs. However, I don't think this is the case today, as per some research I've done this summer. Anyone has ideas on what set of packages could be utilized with elisp in order to achieve rich UI elements for emacs?

> achieve rich UI elements for emacs

Are you saying emacs is not customizable enough?

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

#20
post #16

I think of Emacs as a program with a great text interface. I think that something like this should be easily done in Emacs. However, I don't think this is the case today, as per some research I've done this summer. Anyone has ideas on what set of packages could be utilized with elisp in order to achieve rich UI elements for emacs?

Emacs has already some kind of buttons and search fields, check out M-x "customize" to see some of them.
Post reply on HN