From 40897b77039dd0f2a3c58d51817139928540383b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 22 Apr 2023 13:44:27 -0500 Subject: [PATCH] init todos --- todo.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..b3d9ba6 --- /dev/null +++ b/todo.md @@ -0,0 +1,10 @@ +## TODO + +- add unit toggle/binding; `Ghz` can be fairly vague - users may prefer `Mhz`/`Hz` + - tldr: may be wanted for precision + - driver provides *hertz*, with modern cards is fairly excessive + - conversion is done using `format_frequency`; a wrapper of `format_size` from `humanfriendly` + +- restore `argparse` + - primarily: `--card` / `-c`, to skip `amdgpu` device detection + - perhaps an update interval for the Textual stat-updating timers