Philip Aker : Free software (for personal use only)
MetaData.osax
- Type:
- Scripting Addition
- Version: 1.0.8
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
MetaData.osax is an AppleScript implementation of some of the facilities available in the Metadata framework on Mac OS X. Metadata framework technologies are familiar to most users through the Spotlight search utility.
MetaData.osax provides commands to report information about file system objects (roughly equivalent to the command line tool
mdls
) and to query the Metadata database for objects (roughly similar tomdfind
).Instructions and examples are available in the download.
- Version Notes:
-
Version 1.0.8 implements changes necessary for Mac OS X 10.5 while retaining compatibility with Mac OS X 10.4. Contains updated installation information. Required for all Leopard users.
Version 1.0.4 changes the return value of the
md query
command to create an empty list instead of generating an error when no items specified by the query expression are found. - Older Versions:
-
Version 1.0.4 (Mac OS X 10.4 only)
BSCache.framework
- Type:
- Cocoa Framework
- Version: 1.0.1
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
BSCache.framework enables variable sharing for AppleScript Studio projects thru call method techniques.
Instructions are available in the download.
SetCustomIcon
- Type:
- Command line tool
- Version: 1.1
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
SetCustomIcon sets a custom icon for files and folders.
Invoke the tool with no arguments to see usage.
IcnsRsrc2File
- Type:
- Command line tool
- Version: 1.1
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
IcnsRsrc2File copies a custom icon from a file to a designated location on disk (as a .icns file).
For standard custom resource icons, such as those created by using the 'sips' shell tool, a call will look like:
IcnsRsrc2File /path/to/input_file -16455 /path/to/dest_file.icns
SetDiskDefaultWindow
- Type:
- Command line tool
- Version: 1.1
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
SetDiskDefaultWindow sets the folder on a disk image which will be automatically opened when the disk is mounted.
Invoke the tool with no arguments to see usage.
ucrop
- Type:
- Command line tool
- Version: 1.1
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
ucrop enables certain cropping operations on image files.
Invoke the tool with no arguments to see usage.
GetAliasTarget
- Type:
- Command line tool
- Version: 1.0.2
-
Suitable for Mac OS X 10.4 - 10.5
- Description:
-
GetAliasTarget reports the original target file HFS path of alias files which sometimes don't show on OS X 10.4 and later.
This problem usually happens when the alias files were created on old Mac systems.
Invoke the tool with no arguments to see usage.