Update md files.

This commit is contained in:
ClementTsang 2019-09-08 01:28:03 -04:00
parent 96ceba92c2
commit 8b1e48a6b4
2 changed files with 5 additions and 11 deletions

View File

@ -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
View File

@ -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?