catilac / ctop

htop clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctop - an htop clone

TODO

[ ] Need an actual window abstraction

[ ] Scrolling using arrow keys (or vim commands?)

[ ] Write datastructures for holding process information - sortable by different keys

[ ] Select processes to kill

What will this do?

  • HUD

    • Displays process information
    • High level data
  • Table View

    • List processes sorted by some field
    • can go through it with arrow controls, paging
    • sort controls
    • tree view

About

htop clone


Languages

Language:C 94.0%Language:Makefile 6.0%