scripts
XPress|Scripts 3.0
XPress|Scripts is designed as a useful suite of 30 AppleScript for QuarkXPress users and offers many new scripts as well as some updated from version 2.0 (1995). more>>
XPress|Scripts 3.0 is designed as a useful suite of 30 AppleScript for QuarkXPress users and offers many new scripts as well as some updated from version 2.0 (1995). Included in this release are:
- XS Matrix - Lay out a grid of picture boxes or text boxes.
- XS Slice - slice up a box - even if it contains an image - that gets sliced too.
- XS FontBook - catalog your font collection with this script.
- XS PDF Export - Drag and drop documents to create PDFs with little fuss.
- XS Split and Merge - Split up a document or merge several.
- XS Font info - List all fonts in a document, including those inside EPS's.
- XS Find RGB Images - List all images which are RGB encoded.
- and plenty more....
XPress|Scripts are supplied as run only (except for three which are editable) and are fully operational and free for general use. There are two flavors of this collection, one contains script files, and the other contains script application files [applets]. A few of the scripts require the Dialog Director osax.
The scripts are free for general use.
Clipboard Scripts 1.0.0
Clipboard Scripts is an impressive and unique package of 20 AppleScripts, which may be used by virtually anyone to become more efficient while performing everyday tasks. more>>
Clipboard Scripts 1.0.0 is an impressive and unique package of 20 AppleScripts, which may be used by virtually anyone to become more efficient while performing everyday tasks.
"Clipboard Scripts" are accessed through Apple's "Script Menu", which is installed with Mac OS X 10.2 and later. By integrating these AppleScripts with the "Script Menu", they may be triggered at any time, from within any application.
"Clipboard Scripts" utilize the clipboard in OS X to perform specialized tasks. After copying text to the clipboard, users can trigger these AppleScripts to add prefixes and suffixes to each paragraph, sort paragraphs, extract URLs, remove HTML tags, and much more! A 5-script "Clipboard Scripts" package is available as freeware from the Automated Workflows web site.
Danny's Address Book SMS Scripts 1.2
Dannys Address Book SMS Scripts is designed as a comprehensive collection of AppleScript Plug-Ins for Address Book to send SMS messages to compatible mobile phones and pagers using iChat and/or AOL Instant Messenger. more>>
Danny's Address Book SMS Scripts 1.2 is designed as a comprehensive collection of AppleScript Plug-Ins for Address Book to send SMS messages to compatible mobile phones and pagers using iChat and/or AOL Instant Messenger. Several variations are included to handle different system configurations.
Warning: some mobile carriers may charge recipients for receiving and/or sending text messages using mobile devices! Use with discretion!
ScriptEase 0.0.1
ScriptEase brings you a versatile FB^3 plug-in with the ability to create and run its own pseudo-scripts that break the 255 char barrier. more>>
ScriptEase 0.0.1 brings you a versatile FB^3 plug-in with the ability to create and run its own pseudo-scripts that break the 255 char barrier. But... size isn't everything... ScriptEase scripts are like lightning!
Requirements: All Mac
ScriptMaster XT 3.0
ScriptMaster XT offers you a comprehensive QuarkXPress XTension that generates scripts by recording actions and allows users to view and edit the automatically generated scripts. more>>
ScriptMaster XT 3.0 offers users a comprehensive QuarkXPress XTension that generates scripts by recording actions and enables users to view and edit the automatically generated scripts.
Major Features:
- Records any action in XPress that is supported by XPress' scripting libraries.
- If you're new to scripting, ScriptMaster XT is great for quickly generating scripts or for learning from the generated AppleScript code.
- If you are an advanced scripter, ScriptMaster XT can help you to debug code by recording actions and comparing it with your own code.
Requirements:
- Mac OS 10.3 or later QuarkXPress 6.x
Script Runner 1.2
Script Runner is a tool for operating AppleScript or application in the post-link phase of your compilation. more>>
Script Runner 1.2 is a tool for operating AppleScript or application in the post-link phase of your compilation. Sample AppleScripts are included to do such things as: add a custom icon, compress the linked file, copy the linked file to another folder.
Script ToolBox 1.5
Script ToolBox brings a powerful application which has the aim to aid in the wriiting of AppleScript by giving scripters some features not present in the current Script Editor. more>>
Script ToolBox 1.5 brings a powerful application which has the aim to aid in the writing of AppleScript by giving scripters some features not present in the current Script Editor. By using Script ToolBox along with Script Editor you can greatly enhance your productivity in writing AppleScripts.
Requirements: Mac OS 8.6 - 9.1 PPC
iDo Script Scheduler 1.6.2b2
iDo Script Scheduler is a very flexible and effective tool which lets you create a schedule to run your scripts at any time you choose. more>>
iDo Script Scheduler 1.6.2b2 is a very flexible and effective tool which lets you create a schedule to run your scripts at any time you choose.
You set up schedules by creating "events", which can run scripts one time, or at any repeating interval from minutes to weeks. Scripts can also be executed upon system idle or with user-defined keystrokes. Each event runs independently of the other events. You can use a different script in each event, or the same script in several different events. For example, you can run an incremental backup once a week and a full backup once a month. Works with AppleScripts, shell, Perl, Python, Ruby and Tcl/Tk scripts.
License:Commercial
Acme Script Widgets 3.0.6
Acme Script Widgets is a rather praiseworthy program that extends the AppleScript language with important tools for manipulating text and lists. more>>
Acme Script Widgets 3.0.6 is a rather praiseworthy program that extends the AppleScript language with important tools for manipulating text and lists. Commands include: Sort, search/replace, tokenize, join lists,extract URLs, set/get the clipboard, trim, offsets of, read/write styled text, change case, insert/delete item, and others.
Major Features:
- Text Processing
- Acme replace: Replace occurrences of a string with another string, with options for case-sensitive search, replace all or only first occurrence, and apply the replacement to lists of items or lists of lists!
- Change case: Convert text to UPPER case, lower case, Sentence case, or toggle the case of every character.
- Offsets of:
- Tokenize: Split a string into a list of items based on one or more delimiter strings. You are not restricted to using single characters as delimiters for breaking the string into separate items.
- Trim: Trim text (not just spaces) from either end of a string (or both), optionally ignoring patterns. Works on strings or lists of strings.
- Acme sort: Sort a list of data items [strings, numbers, dates, etc.] or sort lists of lists into ascending or descending order. For sorting lists of lists, specify which item within the inner list is used for comparisons.
- List Manipulation
- Offset in list: Search for a string in a list of items and return the index into the list of the first occurrence, or all occurences.
- Insert item: Insert an item into a list at a specified index.
- Delete item: Delete an item from a list at a specified index.
- Join list: This is the reverse of the tokenize operation. Given a list of strings, combine the elements into a single string with separator strings.
- Combine lists: Groups the Nth items from sublistts together into a list of new lists.
- Other Tools...
- Acme parse args: This function handles decoding and grouping http CGI arguments (such as from a Form POST submission). Strings are URL-decoded in the process. [Only available for Mac OS 8/9]
- Acme lookup field: After calling Acme parse args on your CGI data, get the value of a form field using this function. [Only available for Mac OS 8/9]
- Download the OS X replacement for these functions: DecodeURL Script
Requriements: Mac OS 8/9/X
Script Debugger 4.5.3b6
Complete replacement for Apples Script Editor. more>>
Script Debugger 4.5.3b6 is considered as a great customer-oriented replacement for Apple's Script Editor. It offers no limit on script size as well as powerful editing, debugging and dictionary tools.
License:Commercial
iTunes/Irssi Script 0.2.1
iTunes/Irssi Script provides you with a useful script which allows you to handle most iTunes commands from inside irssi IRC program. more>>
iTunes/Irssi Script 0.2.1 provides you with a useful script which allows you to handle most iTunes commands from inside irssi IRC program. Boot/Quit/Next/Prev/Show/Stats/Play/Stop/Rewind/Search/Playlist/Volume
Requirements:
- Mac OS XIrssi w/
- Perl supportTerminal
ScriptPaks for Now Software 1.0
ScriptPaks for Now Software - Voice control for Now Software more>>
Once installed, you will be able to use your voice for many other tasks in the application for which the scripts in the ScriptPak were designed. With ScriptPaks we have done the scripting so you dont have to.
X-10 Scripting Addition 1.2
X-10 Scripting Addition is a simple to use, yet sophisticated shell and desktop tool. more>>
X-10 Scripting Addition 1.2 is a simple to use, yet sophisticated shell and desktop tool. Would you rather wake up to gentle background music from your stereo and the smell of fresh brewed coffee? Ever wish your computer could turn on the printer when you want to print a file and then turn it back off when it was finished? Would you like your house to look lived in when you're away on vacation? Ever wanted to just say "Stereo On" and have your stereo turn on? Now you can do all of this and more from your Macintosh using AppleScript!
This shareware package provides a collection of scripting commands that let you control appliances, lights, etc. from AppleScript using a very inexpensive CP290 interface and X-10 modules that are available at many electronics stores or via mail order. If you're new to home automation or AppleScript, the detailed manual provides lots of background information, examples, mail order companies for the interface and modules, contacts for home automation magazines, etc.
ScriptPak for The Print Shop 1.0
ScriptPak for The Print Shop - Voice control for The Print Shop more>>
Once installed, you will be able to use your voice for many other tasks in the application for which the scripts in the ScriptPak were designed. With ScriptPaks we have done the scripting so you dont have to.