Update TODO

This commit is contained in:
chrys87 2016-07-15 09:23:17 +02:00 committed by GitHub
parent 1f5abe71e1
commit 4e6125ae70

3
TODO
View File

@ -64,7 +64,7 @@ maybe TTY in RAW MODE
commands -> a new thread should spawned from inputloop 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 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 https://github.com/seb-m/pyinotify/wiki/Tutorial
<Example Code>
import pyinotify import pyinotify
import glob import glob
class Identity(pyinotify.ProcessEvent): class Identity(pyinotify.ProcessEvent):
@ -91,6 +91,7 @@ try:
except KeyboardInterrupt: except KeyboardInterrupt:
notifier.stop() notifier.stop()
print('fin') print('fin')
</Example Code>
https://www.infoq.com/articles/inotify-linux-file-system-event-monitoring https://www.infoq.com/articles/inotify-linux-file-system-event-monitoring
https://github.com/seb-m/pyinotify/wiki/Tutorial https://github.com/seb-m/pyinotify/wiki/Tutorial