blob: 5ef1d49f185d6c43e08e306c198b537fd5bcbff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.
==============
|