nschloe / tiptop

:desktop_computer: Command-line system monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View more of process list

dwt opened this issue · comments

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:

  • allow scrolling
  • allow filtering
  • allow different sorting criteria.

What do you think?

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!

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?

Sure. Note how tiptop already underlines %cpu.