From: Bartosz Golaszewski Date: Sun, 8 Sep 2019 17:19:54 +0000 (+0200) Subject: TODO: remove the task for running external processes in gpiomon X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5ef0c231e1aff095aeabf44f477e41c23a99d21c;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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