-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit maximizing to make it more useful, put in more info #19
Comments
Note to self, probably going to break this up into multiple parts and potentially stretch it across multiple versions. It's currently a bit too large in terms of scope as one issue IMO. |
Pushing to 0.4.0, going to split up too. |
@ClementTsang I cannot see memory legend in memory block, should I file a bug? |
@ClementTsang Why the memory legend not shown in the memory block? should I file a bug? |
@kaushalyap This is due to the TUI library I'm using automatically hiding legends on certain heights. This should be resolved when the library updates, as that will allow more controllable legends. See: fdehau/tui-rs#221 EDIT: Just for documentation purposes, fixed with PR #123 |
@ClementTsang Recently tried Bottom and I'm enjoying it.
Otherwise, nice work ! |
@tommywalkie Yeah, planning on adding that in (and eventually making stuff like the process widget more configurable in letting you choose what things you want to prioritize in seeing/see in general). Just gotta get some time and finish some current tasks. And thanks, glad you like it! |
Describe the feature request
Maximizing is currently fine in that it literally just does that - maximize.
Now, time to take a look at part 2 - adding more details if possible. Stuff that can't fit on the normal size.
Additional context
We can also (I guess) use this to extend some other widgets. Or at least try (I guess this is gonna push back the release pretty hard but oh well, might as well do it now).
I guess a general good idea is to see what stuff like top has, and see if we can also display similar data. Whether all of these will be available cross-platform is another story.
...also I might rebind the maximize key to
M
or evenm
. Just gonna put that out there.Enter
is too useful of a key and makes sense for other tasks IMO.Possible candidates:
CPU
Overall I think I might switch to heim purely for functionality reasons first, then go about implementing extra details. I wouldn't graph most of these but just display them, maybe a Paragraph widget or something.
RAM
Processes
Some of these might just become columns overall but given a later priority in terms of drawing.
Also something unrelated is allowing disabling certain columns (some people probably won't care about this (and other extra columns)).
Network
Temps
Disks
The text was updated successfully, but these errors were encountered: