Filename to Title
Summary: Sets the titles of the selected records to their filenames.
Requires: EagleFiler
Install Location: ~/Library/Scripts/Applications/EagleFiler/
Description
If you had saved a Web archive with a descriptive filename and then imported it into EagleFiler, the title of the record would have been set to the title of the Web page. This script lets you set the title to the filename (and remain linked to it).
You can also do this by using the Batch Change window to make the title blank.
Download in Compiled Format · Download in Text Format
Script
tell application "EagleFiler"
set theRecords to selected records of browser window 1
repeat with theRecord in theRecords
set theRecord's title to ""
end repeat
end tellLast Modified: 2008-10-03
Running the Script
You can use AppleScript Editor (AppleScript Utility prior to Mac OS X 10.6) to enable Mac OS X’s built-in Script menu. To run the script, just select it from the menu. FastScripts provides a similar menu that supports keyboard shortcuts and other features.