-
Notifications
You must be signed in to change notification settings - Fork 0
Scripting Plugins
joshua-redfield edited this page Dec 18, 2010
·
14 revisions
A plugin written for Lauf is essentially just a shell script. The only difference is a plugin script will communicate with Lauf by passing around shared variables. These variables include the following:
yarra "Variable Name" "String" This allows you to split a string of words into multiple variables
Holds the first word in the string held in $lauf_exec, Often this is the plugin name or the command being used.
Holds any other words typed after $lauf_exec1, These are generally used as arguments to be passed onto plugins.
-
The following are variables that can’t be changed but contain useful information: