-- Downloaded From: -- http://c-command.com/scripts/eaglefiler/launchbar-import-text on handle_string(_string) tell application "EagleFiler" repeat until (exists library document 1) delay 1 end repeat tell library document 1 if (_string begins with "http://") or (_string begins with "https://") then import URLs {_string} else import text _string end if end tell end tell end handle_string on open _files tell application "EagleFiler" tell library document 1 import files _files end tell end tell end open