index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
exec
/
exec.c
Age
Commit message (
Expand
)
Author
2014-08-09
exec: invert a condition to make code more readable
Sébastien Helleu
2014-04-03
exec: fix tag stdout/stderr used in command output
Sébastien Helleu
2014-04-03
exec: remove comment
Sébastien Helleu
2014-04-03
exec: display output of commands in real time, add options -flush/-noflush in...
Sébastien Helleu
2014-04-03
exec: display command output even if process is killed
Sébastien Helleu
2014-03-25
exec: add options -nf and -cl/-nocl in command /exec
Sebastien Helleu
2014-03-16
exec: add return code ("rc") in hashtable sent with option "-hsignal"
Sebastien Helleu
2014-03-16
exec: add values "irc" and "weechat" for option "-color", replace "decode" by...
Sebastien Helleu
2014-03-16
exec: add options "-pipe" and "-hsignal" in command /exec
Sebastien Helleu
2014-03-15
exec: fix compilation on OpenBSD
Sebastien Helleu
2014-03-15
exec: rename value "off" to "ansi" for option "-color" in command /exec
Sebastien Helleu
2014-03-15
exec: add option "-color" in command /exec (decode ANSI colors by default)
Sebastien Helleu
2014-03-13
exec: add missing empty lines in output of commands
Sebastien Helleu
2014-03-13
exec: add options "-rc"/"-norc" (display return code) in command /exec
Sebastien Helleu
2014-03-12
exec: add options "-ln"/"-noln" (line numbers) in command /exec
Sebastien Helleu
2014-03-12
exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)
Sebastien Helleu
2014-03-11
exec: add option "-bg" in command /exec
Sebastien Helleu
2014-03-11
exec: remove error prefix in case of unexpected end of a command
Sebastien Helleu
2014-03-11
exec: display command return code after output (stdout/stderr)
Sebastien Helleu
2014-03-11
exec: add tag "exec_rc" for line with command return code, remove empty line ...
Sebastien Helleu
2014-03-11
exec: add exec plugin
Sebastien Helleu