From 5ef0c231e1aff095aeabf44f477e41c23a99d21c Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sun, 8 Sep 2019 19:19:54 +0200 Subject: [PATCH] TODO: remove the task for running external processes in gpiomon 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 --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 654fff6..b403a9e 100644 --- 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 -- 2.30.2