46 lines
714 B
Markdown
46 lines
714 B
Markdown
# 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
|
|
|
|
* Theming
|
|
|
|
* 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?
|
|
|
|
* Theming
|
|
|
|
* Rearranging?
|
|
|
|
* Definitely keybinds
|
|
|
|
* Filtering in processes along with sorting
|
|
|
|
* See if current disk activity is possible to do/graph?
|