Big Cat

| | Comments (0)
Ranchero Software has Big Cat, which allows you to call scripts from a contextual menu, on files in the Finder, or on text in many applications. You can process with compiled AppleScripts, or shell scripts (including Perl scripts).

Here's a perl script I keep in the Big Cat folder called "Set Type - BBEdit".

#!/usr/bin/perl
use MacPerl 'SetFileInfo';
SetFileInfo('R*ch', 'TEXT', @ARGV);

Ahhhhhhhh.

Now Playing: Henry Kissinger - Monty Python (Sings)

use.perl.org

Leave a comment

<pudge/*> (pronounced "PudgeGlob") is thousands of posts over many years by Pudge.

"It is the common fate of the indolent to see their rights become a prey to the active. The condition upon which God hath given liberty to man is eternal vigilance; which condition if he break, servitude is at once the consequence of his crime and the punishment of his guilt."

About this Entry

This page contains a single entry by pudge published on November 19, 2002 8:02 AM.

Signed, Epstein's Mother was the previous entry in this site.

I Love This Song is the next entry in this site.

Find recent content on the main index or look in the archives to find all content.