summaryrefslogtreecommitdiff
path: root/doc/en/plugins/exec.txt
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
committermathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
commitbd8d38d711e15d42ac8e797723af5242e4c3f4fb (patch)
treed3ea6da641be1c7e67a3123071cb816933436502 /doc/en/plugins/exec.txt
parente5f219d43edbb4b05c8890f81f2f93b90e215a10 (diff)
downloadpoezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.gz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.bz2
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.xz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.zip
Beginning of the migration to reST documentation
Diffstat (limited to 'doc/en/plugins/exec.txt')
-rw-r--r--doc/en/plugins/exec.txt38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/en/plugins/exec.txt b/doc/en/plugins/exec.txt
deleted file mode 100644
index 5ef1d49f..00000000
--- a/doc/en/plugins/exec.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-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.
-
-==============