Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | yapf -rip on plugins | mathieui | |
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2014-12-08 | Document the pipe_cmd plugin | mathieui | |
2014-08-01 | Update the pipe_cmd plugin to use asyncio and be awesome | Florent Le Coz | |
2014-07-05 | Make the thread from the cmd_plugin be a daemon | Florent Le Coz | |
Without it, poezio never exits when the plugin is loaded Thanks to xunien fix #2542 | |||
2014-07-05 | Add the pipe_cmd plugin | Florent Le Coz | |
This plugins lets the user manipulate a poezio instance by writing commands into a pipe, read by poezio which will execute them. |