Macchina-CLI / macchina

A system information frontend with an emphasis on performance.
https://crates.io/crates/macchina
MIT License
1.41k stars 51 forks source link

[feature request] Display total RAM memory in GB #279

Closed luccahuguet closed 1 year ago

luccahuguet commented 1 year ago

I would like to know if this feature is in the roadmap and if more people are interested in it.

I could not find this info in no part of the project, that's why I assume it is not yet implemented, but if it is, please tell how can I use it.

Congratulations for the great project!

grtcdr commented 1 year ago

Hi Lucca,

Congratulations for the great project!

Thanks a lot :)

macchina does indeed display RAM statistics in gigabytes, in fact, it'll only display the numbers in gigabytes; does that answer your question?

image

luccahuguet commented 1 year ago

Ok, after reading this answer and digging a bit more, I understood the problem

I thought have a bar with symbols was the only way possible,

but I only had to change the [bar].visible option to false!

thanks for the help!