From 4e6125ae70937cb28ddb824021fb5690092edd77 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Fri, 15 Jul 2016 09:23:17 +0200 Subject: [PATCH] Update TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 107bddd2..3dce44ae 100644 --- a/TODO +++ b/TODO @@ -64,7 +64,7 @@ maybe TTY in RAW MODE commands -> a new thread should spawned from inputloop updatescreen -> maybe we could watch it with inotify vsca should support polling COMMENT: sadly not possible, poll events not fired as expected https://github.com/seb-m/pyinotify/wiki/Tutorial - + import pyinotify import glob class Identity(pyinotify.ProcessEvent): @@ -91,6 +91,7 @@ try: except KeyboardInterrupt: notifier.stop() print('fin') + https://www.infoq.com/articles/inotify-linux-file-system-event-monitoring https://github.com/seb-m/pyinotify/wiki/Tutorial