NAME

Padre::Plugin::ShellCommand - A Shell Command plug-in

DESCRIPTION

This plug-in takes shell commands from the active document and inserts the output of the command into the document.

If text is selected then the plug-in will attempt to execute the selected text. If no text is selected the the plug-in will attempt to execute the current line as a command.

"Commands" can either be valid shell commands, entire scripts (with shebang), or environment variables to be evaluated.

See Padre::Plugin::Shell::Command for details.

ENVIRONMENT VARIABLES

To provide additional information for the plugin, various environment variables are set prior to performing the plugin action. These environment variables are covered in the Padre::Plugin::Shell::Base documentation.

AUTHOR

Gregory Siems <gsiems@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Gregory Siems

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.