View Single Post
Launchbar:

Code:
-- STANDARD **LAUNCHBAR** HANDLER FOR STRING PARAMETER
on handle_string(strParameter)
    ...
    
end handle_string
Alfred:

Code:
-- STANDARD **ALFRED** HANDLER FOR STRING PARAMETER 
on alfred_script(strParameter)
	...
end alfred_script
But I have a feeling someone may already have made this adaptation or built a similar tool to work with Alfred. Worth looking further.