Delete typo.
This commit is contained in:
parent
8c7b9dab35
commit
8ba4674560
37
TOOD.md
37
TOOD.md
|
@ -1,37 +0,0 @@
|
||||||
# To-Do List
|
|
||||||
|
|
||||||
* ~~Get each function working as a POC~~
|
|
||||||
|
|
||||||
* ~~Separate each component for readability, finalize project structure~~
|
|
||||||
|
|
||||||
* ~~Refreshing - how are we doing that? Are we allowing individual refresh periods per component?~~
|
|
||||||
|
|
||||||
* Write tui display, charting
|
|
||||||
|
|
||||||
* Keybindings
|
|
||||||
|
|
||||||
* Test for Windows support
|
|
||||||
|
|
||||||
* Efficiency!!! Make sure no wasted hashmaps, use references, etc.
|
|
||||||
|
|
||||||
## Planned features: (copy of gotop)
|
|
||||||
|
|
||||||
* CPU usage monitor
|
|
||||||
|
|
||||||
* Total disk usage
|
|
||||||
|
|
||||||
* Memory usage
|
|
||||||
|
|
||||||
* Temperature
|
|
||||||
|
|
||||||
* Processes
|
|
||||||
|
|
||||||
* Network usage
|
|
||||||
|
|
||||||
## Other possible features
|
|
||||||
|
|
||||||
* Potentially process managing? Depends on the libraries...
|
|
||||||
|
|
||||||
* Rearranging?
|
|
||||||
|
|
||||||
* Filtering in processes along with sorting
|
|
Loading…
Reference in New Issue