summaryrefslogtreecommitdiff
path: root/plugins/pipe_cmd.py
AgeCommit message (Collapse)Author
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2014-12-08Document the pipe_cmd pluginmathieui
2014-08-01Update the pipe_cmd plugin to use asyncio and be awesomeFlorent Le Coz
2014-07-05Make the thread from the cmd_plugin be a daemonFlorent Le Coz
Without it, poezio never exits when the plugin is loaded Thanks to xunien fix #2542
2014-07-05Add the pipe_cmd pluginFlorent Le Coz
This plugins lets the user manipulate a poezio instance by writing commands into a pipe, read by poezio which will execute them.