2007-12-31: Minor release with feature enhancements. More...
2007-09-08: Small bug fix release. More...
2007-06-29: Some bug fixes and one small feature enhancement. More...
| Plugin name: | Tag/ExecuteCommand (Tag/Default) |
|---|---|
| Author: | Thomas Leitner <t_leitner@gmx.at> |
| Summary: | Executes the given command and uses its standard output as the tag value |
| Parameters: | command (=default mandatory parameter): nil escapeHTML: true highlight: nil processOutput: true |
| Handled tags: | execute |
The execute command tag is used to include the output from a shell command. It also includes a parameter for highlighting the output via the Misc/SyntaxHighlighter.
| Usage | Output |
|---|---|
| {execute: uname -p} | unknown |
| {execute: {command: 'echo puts LANG + 5.to_s', highlight: ruby}} | puts LANG + 5.to_s |