Trees | Indices | Help |
|
---|
|
libxyz.core.plugins.BasePlugin --+ | XYZPlugin
Shell plugin
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
NAME = u"shell"
|
|||
AUTHOR = u"Max E. Kuznecov <syhpoon@syhpoon.name>"
|
|||
VERSION = u"0.2"
|
|||
BRIEF_DESCRIPTION = _(u"Shell wrapper")
|
|||
FULL_DESCRIPTION = _(u"Execute commands in external shell")
|
|||
NAMESPACE = u"core"
|
|||
MIN_XYZ_VERSION = None hash(x) |
|||
DOC = u"Configuration variables:\n" u"wait - Boolean flag indi
|
|||
HOMEPAGE = "http://xyzcmd.syhpoon.name"
|
|||
EVENTS = [("execute", _(u"Fires before command execution. " u"
|
|||
shell_args = {"sh": ["-c"], "bash": ["-c"], "zsh": ["-c"]}
|
|||
shell_setup = {"bash": bash_setup}
|
|
DOC
|
EVENTS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 16 01:51:57 2010 | http://epydoc.sourceforge.net |