From a9357bc8c565f0fd670eb03f85e6c25ef339b595 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Mon, 27 Feb 2017 14:45:34 +0100 Subject: [PATCH] Update TODO v2.0 --- TODO v2.0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO v2.0 b/TODO v2.0 index 5f09e315..2b129d23 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -46,12 +46,12 @@ Driver: https://stackoverflow.com/questions/6396659/how-do-you-get-the-encoding-of-the-terminal-from-within-a-python-script Settings: -- configuration should be overwritable with parameter and alternative paths -- write settings -- menue for settings configuration #storm +- configuration should be overwritable with parameter and alternative paths (Easy for contribution) +- write settings (Easy for contribution) +- menue for settings configuration (Easy for contribution) Application Profiles -- reimplement process detection without subprocessing +- reimplement process detection without subprocessing // this is started by chrys - fenrir is not able to detect the current application inside of screen. ps -e -H -o pid,pgrp,ppid,tty,cmd http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213