nschloe / tiptop

:desktop_computer: Command-line system monitoring
MIT License
1.77k stars 69 forks source link

View more of process list #82

Open dwt opened 2 years ago

dwt commented 2 years ago

Currently it only displays part of the processes - would be really nice if I could see the rest.

Some ways to achieve this that I can imagine:

What do you think?

nschloe commented 2 years ago

So far, I myself have only been interested in the top-CPU processes, so that's good enough for me. If you need more, this is the file you need to modify (it's rather small). It'd probably be to start with the sorting criteria. Not sure what's the best thing to do it UI-wise. I'll be happy to review PRs!

dwt commented 2 years ago

I really like the way btop does it, where it underlines a character in the header column of tables to highlight the shortcut to sort by that table.

Would that be possible with textual/rich?

nschloe commented 2 years ago

Sure. Note how tiptop already underlines %cpu.