From 8b1e48a6b4cd72aab75c8f0db688c6d70cda3966 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 8 Sep 2019 01:28:03 -0400 Subject: [PATCH] Update md files. --- README.md | 2 ++ TOOD.md | 14 +++----------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c5bf338f..04077e39 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/TOOD.md b/TOOD.md index 8f008f62..42a90ae3 100644 --- a/TOOD.md +++ b/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?