Live data from Hacker News

Show HN: A little eye-candy for the terminal (in Go)

github.com

11–20 of 26 posts

Re: Show HN: A little eye-candy for the terminal (in Go)

#13
I love this sort of thing. Yes, as remarked by probably everyone here over the age of 40, we have had loads of terminal shiny stuff for decades. However, here we see the tradition continue at least one or two human generations later and in a modern programming language.

It's funny that despite the fact that GUIs with mice, menus and things have been around for a bloody long time: you can't beat a terminal prompt for many tasks. Mind you my terminals these days looks rather better than the twinax connected beasts of yesteryear that I looked after. I don't remember transparency options on those.

Have a look at https://github.com/nojhan/liquidprompt for more eye-candy for your prompt - it does look rather good and I've been using it on one machine for at least a year with no snags. However that project may be needing an active developer judging by the last commit and Issues.

Re: Show HN: A little eye-candy for the terminal (in Go)

#14
post #13

I love this sort of thing. Yes, as remarked by probably everyone here over the age of 40, we have had loads of terminal shiny stuff for decades. However, here we see the tradition continue at least one or two human generations later and in a modern programming language. It's funny that despite the fact that GUIs with mice, menus and things have been around for a bloody long time: you can't beat a terminal prompt for…

I'd recommend spaceship prompt if you want an actively maintained prompt with similar features.

https://github.com/denysdovhan/spaceship-prompt

Re: Show HN: A little eye-candy for the terminal (in Go)

#17
post #14
post #13

I love this sort of thing. Yes, as remarked by probably everyone here over the age of 40, we have had loads of terminal shiny stuff for decades. However, here we see the tradition continue at least one or two human generations later and in a modern programming language. It's funny that despite the fact that GUIs with mice, menus and things have been around for a bloody long time: you can't beat a terminal prompt for…

I'd recommend spaceship prompt if you want an actively maintained prompt with similar features. https://github.com/denysdovhan/spaceship-prompt

Wow, it is interesting how this project ties together the devops environment with the user interface. I feel this is higly domain dependent: As soon as I install this on my cluster system where http://modules.sourceforge.net/ is commonly used, it doesn't help me any more. Same with my home brewn environment based build system for my C++ project. Obviously, the spaceship-prompt needs support to be built for such environments.

This does not reduce the enormous efforts of the author to include all the different ecosystems, thought.

Post reply on HN