Update md files.
This commit is contained in:
parent
96ceba92c2
commit
8b1e48a6b4
|
@ -4,6 +4,8 @@ A gotop clone, written in Rust. Mostly done in an effort to learn Rust, while a
|
|||
|
||||
## Features
|
||||
|
||||
* Support for Linux.
|
||||
|
||||
## Thanks
|
||||
|
||||
* As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop).
|
||||
|
|
14
TOOD.md
14
TOOD.md
|
@ -6,13 +6,11 @@
|
|||
|
||||
* ~~Refreshing - how are we doing that? Are we allowing individual refresh periods per component?~~
|
||||
|
||||
* Write tui display
|
||||
|
||||
* Charting?
|
||||
* Write tui display, charting
|
||||
|
||||
* Keybindings
|
||||
|
||||
* Theming
|
||||
* Test for Windows support
|
||||
|
||||
* Efficiency!!! Make sure no wasted hashmaps, use references, etc.
|
||||
|
||||
|
@ -32,14 +30,8 @@
|
|||
|
||||
## Other possible features
|
||||
|
||||
* Potentially process managing?
|
||||
|
||||
* Theming
|
||||
* Potentially process managing? Depends on the libraries...
|
||||
|
||||
* Rearranging?
|
||||
|
||||
* Definitely keybinds
|
||||
|
||||
* Filtering in processes along with sorting
|
||||
|
||||
* See if current disk activity is possible to do/graph?
|
||||
|
|
Loading…
Reference in New Issue