TODO: remove the task for running external processes in gpiomon
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sun, 8 Sep 2019 17:19:54 +0000 (19:19 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 10 Sep 2019 08:43:24 +0000 (10:43 +0200)
This functionality can be achieved with a shell oneliner, for example:

  gpiomon --line-buffered --format="%o %e" 0 0 | while read line; \
do cut -d" " -f2; done

There's no need to add this to the program. It would make the code
much more complicated without any real benefit.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
TODO

diff --git a/TODO b/TODO
index 654fff690c8607401db7e42221daf69bdf88af08..b403a9e3b351f3bf729d03db003e7f67bb3a63ad 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,7 +36,3 @@ over unix sockets.
 In this case however the goal is to have as few dependencies as possible. This
 is because for some small systems dbus is overkill. Since we won't be using any
 standardized protocol, it will take much more effort to implement it correctly.
-
-----------
-
-* extend gpiomon with an option to run external processes on line events