summaryrefslogtreecommitdiff
path: root/doc/en/plugins/exec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/plugins/exec.txt')
-rw-r--r--doc/en/plugins/exec.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/en/plugins/exec.txt b/doc/en/plugins/exec.txt
new file mode 100644
index 00000000..5ef1d49f
--- /dev/null
+++ b/doc/en/plugins/exec.txt
@@ -0,0 +1,38 @@
+Exec
+====
+
+This plugin lets you execute a system command through poezio.
+
+Installation
+------------
+
+You only have to load the plugin.
+
+================
+
+ /load exec
+
+================
+
+Command
+-------
+
+CAUTION: Running commands that start a daemon or an interface is not a good
+idea.
+
+===============
+
+ /exec command
+
+Will give you the result in the information buffer.
+
+ /exec -o command
+
+Will send the result of the command into the current tab, if possible.
+
+ /exec -O command
+
+Will send the result of the command and the command summary into the current
+tab, if possible.
+
+==============