Executor |
|
Submitted By Félix Cloutier (Félix) |
DescriptionExecutor lets you run shell commands from Adium and substitutes them with theirstdout and stderr ouput. It's useful when you want to do quick lookup and give the result to your contact. Commands are passed to bash with the -c switch, and thus arguments undergo shell expansion. (Be aware, however, that the environment variables passed to your programs will be those of Adium, not of your usual command-line shell. This may lead to unexpected results if you depend on variables that you have set in your .profile file.)Substitution only happens when the command completes and the text field blocks in the while, so don't run commands that take too long. Do not use commands that require input because stdin is unreachable, unless you want to lock down Adium.Usage Type /$ command at the beginning of your message.Examples
TO THE NON-TERMINAL-SAVVY READING THIS If you are uncomfortable in front of a black screen with green text, if you do not know what rm does or if for you std only means very nasty stuff, DO NOT INSTALL THIS PLUGIN.Source code available here. ImagesCommentsYou can reply to individual comments by clicking the "Reply" link next to each. Post a New CommentYou must be logged in to post comments. |
# by ruanpienaar on 02/02/11 at 18:10:34
# by ruanpienaar on 02/02/11 at 18:14:21
/$ find / -name "*"