feat(ipc): New ipc module

Add a new module that allow users to configure hooks
on received ipc messages. The hook will execute the defined
shell script and the output of the script will be used
as the module content.

Ref 
This commit is contained in:
Michael Carlberg 2016-11-14 09:21:18 +01:00
parent 04fac96d78
commit e3065d0e6c
7 changed files with 230 additions and 36 deletions
include/utils

View file

@ -80,4 +80,7 @@ namespace command_util {
}
}
using command = command_util::command;
using command_t = command_util::command_t;
LEMONBUDDY_NS_END