I have images of tty-DOM, is it bad ?
Which terminal emulation do you support? (1)None (2)Ansi (3)Avatar (4)VT-100 (5)Rip Graphics
Termui – Go terminal dashboard
21–30 of 74 posts
I remember those days fondly.. my BBS was still running in 2012 (via telnet), been wanting to find time to get it back online again. Though, RIPScript is kind of a waste artifact at this point, text-mode art is still pretty cool, and seeing a bit of activity.
Re: Termui – Go terminal dashboard
#22Let me also plug this great little building block that this library is using: http://github.com/nsf/termbox-go
Re: Termui – Go terminal dashboard
#23Very nice. It makes me want to switch to vim as well.
Re: Termui – Go terminal dashboard
#24HN discussion about the Node.JS implementation (blessed-contrib) a couple of months ago:
Re: Termui – Go terminal dashboard
#25Are there other in-terminal applications that have browser-like presentation options like this? Specifically with padding/margin and a "responsive" view? In short, very, very cool.
There's a node.js implementation of something very similar at https://github.com/yaronn/blessed-contrib
as the second line of the readme said
"Go terminal dashboard. Inspired by [blessed-contrib], but purely in Go."
Re: Termui – Go terminal dashboard
#26Looks familiar: https://github.com/yaronn/blessed-contrib
Re: Termui – Go terminal dashboard
#27Looks familiar: https://github.com/yaronn/blessed-contrib
It says so in the README.md
> Go terminal dashboard. Inspired by blessed-contrib, but purely in Go.
Re: Termui – Go terminal dashboard
#28Looks familiar: https://github.com/yaronn/blessed-contrib
He calls this out in the repo description.
Re: Termui – Go terminal dashboard
#29[deleted]
Re: Termui – Go terminal dashboard
#30I like the visuals and I'm also happy to see a Go project with easy to read real world demo codes.