LaunchBar Search
Summary: Initiate an EagleFiler search from LaunchBar.
Requires: EagleFiler, LaunchBar
Install Location: ~/Library/Scripts/LaunchBar/
Description
Save the compiled script as Search EagleFiler.scpt. To start a search, begin typing “Search EagleFiler” to select the script in LaunchBar. Press Space, type your text, and press Return.
Download in Compiled Format · Download in Text Format
Script
on handle_string(_string)
tell application "EagleFiler"
repeat until (exists browser window 1)
delay 1
end repeat
tell browser window 1
activate
set search query to _string
end tell
end tell
end handle_stringLast Modified: 2008-10-22