What does HackerNews think of btop?

A monitor of resources

Language: C++

I love this and will definitely try it out! Although I admit I'm a little puzzled when people simultaneously want to do a TUI but also design things so there is generous (excessive, actually) whitespace around everything to create the illusion of "minimalism" or "comfort".

It's a TUI! It should be buzzing with numbers, packed with information, sparing with space and using every pixel possible. btop[1] is a great example imo — one of the best.

[1]: https://github.com/aristocratos/btop

Related to #1 you mentioned, to me Textual looks just ugly - like if someone thought it wasn't enough for desktop GUIs to be infested with mobile phone UIs, it also has to be the terminal apps too.

Like, hell, their examples have some *HUGE* buttons, starting with a calculator app that is all buttons - who is going to click on those? The calculator-with-buttons barely makes sense for desktop GUI apps (it was helpful back in the 80s when everyone had a physical calculator on their desk to help see the metaphor of the "virtual desktop" and it is arguably helpful on touch screen devices today for obvious reasons, but on a machine with a keyboard it is superfluous), let alone TUIs.

If you want to see a TUI that actually looks good (though a bit too much on the fancy side, but it doesn't pretend to be something it isn't) check btop:

https://github.com/aristocratos/btop

I'm a big fan of Atuin (fuzzy shell history search) and lately I've been using Helix for most of programming. Check out Btop or erdtree as well.

https://github.com/ellie/atuin

https://github.com/helix-editor/helix

https://github.com/aristocratos/btop

https://github.com/solidiquis/erdtree

I recently went through a whole big tooling push where I switched from neovim with a set of configs and plugins I've been pulling along for a decade or two, to (eventually) LunarVim and mostly the stock config.

But, in screen LunarVim and kakoune and other editors I was playing with were totally jacked. So I finally made the switch to tmux and oh-my-tmux.

htop is good, but check out btop. https://github.com/aristocratos/btop

The same author has a newer version of the utility called btop (written in C++): https://github.com/aristocratos/btop .
On the surface looks like an improvement over htop ( which I've been using for 10+ years )

But this is the kind of software that I would want to keep using. Will btop keep being supported? Is btop going to be available in practically all distros I use? Even currently on Arch its only in the AUR.

Its also concerning there is btop[0] and bpytop[1]? I don't understand the difference.

[0]https://github.com/aristocratos/btop

[1]https://github.com/aristocratos/bpytop