diff options
Diffstat (limited to 'doc/pl/weechat_user.pl.txt')
-rw-r--r-- | doc/pl/weechat_user.pl.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/pl/weechat_user.pl.txt b/doc/pl/weechat_user.pl.txt index 606fcf9d5..ae4f917a0 100644 --- a/doc/pl/weechat_user.pl.txt +++ b/doc/pl/weechat_user.pl.txt @@ -1941,6 +1941,34 @@ W celu wyświetlenia wszystkich ustawionych kodowań, wykonaj: W razie jakichś problemów z kodowaniem, zajrzyj do 'WeeChat FAQ'. +// TRANSLATION MISSING +[[exec_plugin]] +=== Exec plugin + +The `/exec` command lets you execute external commands inside WeeChat and +display the output locally, or send it to a buffer. + +[[exec_options]] +==== Options (exec.conf) + +Sections: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| command | /set exec.command.* | Options for commands +| color | /set exec.color.* | Colors +|=== + +Options: + +include::autogen/user/exec_options.txt[] + +[[exec_commands]] +==== Commands + +include::autogen/user/exec_commands.txt[] + [[fifo_plugin]] === Wtyczka fifo |