Start implementing actions in modules. Change terminator to xterm as it doesnt spawn another child process

This commit is contained in:
kuben
2019-09-19 21:56:11 +02:00
parent 9097a98884
commit 106f9fe47f
4 changed files with 34 additions and 7 deletions

View File

@@ -157,6 +157,7 @@ def exec_commands():
if data[:l] == key:
func(data)
break
modules.do_action(data.split()[0])
except:
common.logger.debug('Exception occured executing command\n Line in: {}\n Data: {}'.format(data, data[l:].split()))