summaryrefslogtreecommitdiff
path: root/src/plugins/exec
AgeCommit message (Expand)Author
2014-03-17exec: don't use shell by default when executing commands (for security reasons)Sebastien Helleu
2014-03-16exec: add example with option "-pipe" in /help execSebastien Helleu
2014-03-16exec: add return code ("rc") in hashtable sent with option "-hsignal"Sebastien Helleu
2014-03-16exec: add values "irc" and "weechat" for option "-color", replace "decode" by...Sebastien Helleu
2014-03-16exec: add options "-pipe" and "-hsignal" in command /execSebastien Helleu
2014-03-15exec: do not create/switch to buffer with option "-bg"Sebastien Helleu
2014-03-15exec: add examples in /help execSebastien Helleu
2014-03-15exec: fix typo in /help execSebastien Helleu
2014-03-15exec: fix compilation on OpenBSDSebastien Helleu
2014-03-15core: update translationsSebastien Helleu
2014-03-15exec: rename value "off" to "ansi" for option "-color" in command /execSebastien Helleu
2014-03-15exec: add option "-color" in command /exec (decode ANSI colors by default)Sebastien Helleu
2014-03-13exec: switch to exec buffer even if it is already openedSebastien Helleu
2014-03-13exec: add missing empty lines in output of commandsSebastien Helleu
2014-03-13exec: disable "output to buffer" if command is executed on an exec bufferSebastien Helleu
2014-03-13exec: add options "-rc"/"-norc" (display return code) in command /execSebastien Helleu
2014-03-13exec: execute commands from input of exec buffersSebastien Helleu
2014-03-12exec: add options "-ln"/"-noln" (line numbers) in command /execSebastien Helleu
2014-03-12exec: automatically disable shell if command starts with "url:" (URL download)Sebastien Helleu
2014-03-12exec: add options "-buffer" and "-sw"/"-nosw" in command /execSebastien Helleu
2014-03-12exec: add option "-inclose" in command /execSebastien Helleu
2014-03-12exec: add missing completion of "-ns" in command /execSebastien Helleu
2014-03-12exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)Sebastien Helleu
2014-03-12exec: add option exec.command.default_optionsSebastien Helleu
2014-03-11exec: fix crash when giving bad id to command /exec -inSebastien Helleu
2014-03-11exec: add option "-del" in command /execSebastien Helleu
2014-03-11exec: add option "-bg" in command /execSebastien Helleu
2014-03-11exec: fix typos in /help execSebastien Helleu
2014-03-11exec: add option "-set" in command /execSebastien Helleu
2014-03-11exec: replace number by id in /help execSebastien Helleu
2014-03-11exec: add list of signal names in /help execSebastien Helleu
2014-03-11exec: implement options -signal/-kill/-killall in command /execSebastien Helleu
2014-03-11exec: remove error prefix in case of unexpected end of a commandSebastien Helleu
2014-03-11exec: display command return code after output (stdout/stderr)Sebastien Helleu
2014-03-11exec: add tag "exec_rc" for line with command return code, remove empty line ...Sebastien Helleu
2014-03-11exec: add exec pluginSebastien Helleu