Building Rich Terminal Dashboards
willmcgugan.com
Building Rich Terminal Dashboards
1–10 of 123 posts
Re: Building Rich Terminal Dashboards
#2Re: Building Rich Terminal Dashboards
#3Re: Building Rich Terminal Dashboards
#4Being this simple looks enticing
Re: Building Rich Terminal Dashboards
#5Re: Building Rich Terminal Dashboards
#6It seems like Python and Node are not good choices for command line tools. Rust or Go make a lot more sense as your end users won’t have to install any libs or package managers. Single binary distribution ftw.
Re: Building Rich Terminal Dashboards
#7Nowadays, terminals have no problem with mouse support, which everyone can test by starting htop in a terminal and clicking with a mouse on a column title to sort by it.
Re: Building Rich Terminal Dashboards
#8Does anyone know of a similar library for node which does this? I've decided to make my next app TUI first, and then only add in a GUI much later, but I haven't seen anything that looks nearly as good as rich.
[0] https://github.com/chjj/blessed
Re: Building Rich Terminal Dashboards
#9Re: Building Rich Terminal Dashboards
#10It seems like Python and Node are not good choices for command line tools. Rust or Go make a lot more sense as your end users won’t have to install any libs or package managers. Single binary distribution ftw.