From c94bef1a54a100375c1795087adbc88e1b9b2bf7 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 25 Aug 2024 01:19:04 -0400 Subject: [PATCH] add todo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 82db474..94b1d32 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,9 @@ Usage of modbot: * If an empty string is returned from a module, then the corresponding module will not be displayed. * If a module returns a non-`nil` value for its error, or if the exit code of an exec module is non-zero, then `failed` will be shown for the corresponding module. * Modules can be updated on an interval, signal, or both. + +## TODO + +* Iterate over the batteries found if a battery wasn't specified +* Do more testing if the current async implementation is safe +* Implement `disk_io` and `disk_usage` modules