mirror of https://github.com/cjbassi/gotop.git
Updated README
This commit is contained in:
parent
621f6933c6
commit
788580e6a6
|
@ -51,8 +51,8 @@ Alternatively, if you're on Arch Linux you can install the `gotop` package from
|
||||||
|
|
||||||
## Mouse Control
|
## Mouse Control
|
||||||
|
|
||||||
* mouse wheel to scroll Process List
|
|
||||||
* click to select process
|
* click to select process
|
||||||
|
* mouse wheel to scroll Process List
|
||||||
|
|
||||||
|
|
||||||
## Colorschemes
|
## Colorschemes
|
||||||
|
@ -76,6 +76,7 @@ Feel free to add a new one. You can use 256 colors, bold, underline, and reverse
|
||||||
* general
|
* general
|
||||||
- option to set polling interval for CPU and mem
|
- option to set polling interval for CPU and mem
|
||||||
- more themes
|
- more themes
|
||||||
|
- add support for themes
|
||||||
- zooming in and out of graphs
|
- zooming in and out of graphs
|
||||||
- updating
|
- updating
|
||||||
- option to only show processes, CPU, and mem
|
- option to only show processes, CPU, and mem
|
||||||
|
@ -85,7 +86,7 @@ Feel free to add a new one. You can use 256 colors, bold, underline, and reverse
|
||||||
- termui Blocks should ignore writing to the outside area
|
- termui Blocks should ignore writing to the outside area
|
||||||
- Ignore writes to outside of inner area, or give error?
|
- Ignore writes to outside of inner area, or give error?
|
||||||
- termui Blocks should be indexed at 0, and maybe change X and Y variables too
|
- termui Blocks should be indexed at 0, and maybe change X and Y variables too
|
||||||
- remove gotop unique logic from termui widgets
|
- remove gotop unique logic from list and table
|
||||||
- try to get drawille fork merged upstream
|
- try to get drawille fork merged upstream
|
||||||
- more documentation
|
- more documentation
|
||||||
- Draw borders and label after other stuff
|
- Draw borders and label after other stuff
|
||||||
|
|
Loading…
Reference in New Issue