ToDo Daemonize wrapper is done
This commit is contained in:
parent
60d4a74a75
commit
ca4724f90b
8
TODO
8
TODO
@ -9,10 +9,6 @@ ToDos in Priority order:
|
||||
in special cases next word skipps a word, this seems to happen with some whitespaces before the first word (storm_dragon)
|
||||
spellcheck triggers twice if there are two spaces after an word and you arrow over them
|
||||
|
||||
- add an daemonize mode
|
||||
https://github.com/thesharp/daemonize
|
||||
https://web.archive.org/web/20131017130434/http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
|
||||
|
||||
- implement braille
|
||||
output to braille device
|
||||
virtual buffer area for scroll left/right if the line is to long for device
|
||||
@ -254,3 +250,7 @@ ps a -o tty,comm | grep -e Xorg | grep -v "grep -e Xorg"
|
||||
load scripts from a folder as subprocess
|
||||
create thread
|
||||
load key definition of keybindings like SOPS did
|
||||
|
||||
- add an daemonize mode
|
||||
https://github.com/thesharp/daemonize
|
||||
https://web.archive.org/web/20131017130434/http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
|
||||
|
Loading…
Reference in New Issue
Block a user