shell script
Ircle shell scripts 1.0
Ircle shell scripts - 4 interactive do shell scripts for Ircle more>>
Completly freeware for non-commercial use.
Backup Shell Script 8.30.02
The backup shell script copies a Mac OS X HFS+ boot volume to a target directory, including resource forks and Unix access rights more>> The backup shell script copies a Mac OS X HFS+ boot volume to a target directory, including resource forks and Unix access rights. After downloading the file, open a Terminal window and go to the folder where you have stored the script (e. g. by typing "cd ", then dragging the download folder from the Finder to the Terminal window, then typing the return key). Then make the script executable by typing "chmod +x backup", followed by the return key. (The optimal place to store the backup script is the directory /usr/local/sbin. On Unix systems, there are local system binaries located.) Now assume a HFS+ backup disk or partition called BackupDisk. When mounted on Mac OS X, in the file system this volume is found at /Volumes/BackupDisk. To create a backup on this disk, type "sudo backup /Volumes/BackupDisk" in the Terminal window.
When the backup command has finished, it is possible to boot Mac OS 9 and Mac OS X from BackupDisk. Before starting the backup, verify that "privileges" are honored on the BackupDisk. Otherwise all files of the backup are owned by the currently logged in user, and the backup becomes worthless. To check the privileges settings, open the Info window for the BackupDisk in the Finder and switch to the Privileges pane. Then uncheck the "Ignore privileges on this volume" checkbox. (With the command line, you can check or modify this settings with the vsdbutil command. "sudo vsdbutil -c /Volumes/BackupDisk" shows the current privilege settings, "sudo vsdbutil -a /Volumes/BackupDisk" lets the system honor the privileges on the disk and "sudo vsdbutil -d /Volumes/BackupDisk" makes the system ignoring the privileges.)
Mac OS X 10.2 or later.
VLC Remote Control Shell Scripts 1.0
VLC Remote Control Shell Scripts - Remotely control VLC player more>>
The package contains the following scripts:
- Fullscreen
- Mute
- Play
- Pause
- Stop
- Tofront.
Shellsilver 1.4
Execute UNIX shell scripts from the Finder. more>>
Open Selected Scripts 1.0
Open Selected Scripts - Open selected scripts in the Script Editor more>>
Completly freeware.
Drop Script 0.5
Create new apps from command-line BSD programs. more>>
Shellbar 1.0
Shellbar - Progress bar and status viewer for shell scripts more>>
Shellbar is a standard application which accepts "shell scripts" as documents. Simply rename your ".sh" documents to ".shbar" documents. Open the .shbar document, doubleclicking on it, and the shellbar window will appear.

F-Script 2.0b1
F-Script provides users with a useful simple open-source scripting layer specifically designed for the Mac OS X object system (i.e. Cocoa) more>>
F-Script 2.0b1 provides users with a useful simple open-source scripting layer specifically designed for the Mac OS X object system (i.e. Cocoa). F-Script provides scripting and interactive access to Cocoa frameworks and custom Objective-C objects. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.
Major Features:
- The F-Script shell provides an interactive command line interface for manipulating Objective-C objects.
- Use a fully featured object-oriented shell.
- Manipulate objects interactively or write scripts.
- Save and load objects easily.
- Express complex object manipulations quickly and easily with a high-level programming model.
- Access the Cocoa frameworks as well as your own Objective-C objects.
- The object browser lets you graphically find, explore and manipulate objects.
- Explore objects and methods.
- Browse Objective-C instances and Objective-C classes.
- Quickly locate attributes and methods with the search field.
- Graphically Invoke methods.
- Navigate Cocoa bindings.
- Explore Core Data objects graphs.
- Select objects on screen with the "Select and browse" magic button.
- Add custom actions to the browser.
- Powerful tools let you inspect objects.
- Query Core Data interactively.
- Explore Cocoa collections (arrays, dictionaries, etc.)
- Edit and run scripts.
- Inspect Cocoa objects.
Requirements: Mac OS X
The F-Script shell provides an interactive command line interface for manipulating ... shell. Manipulate objects interactively or write scripts. Save and load objects easilyLicense:Freeware
Hedge Backup Script 1.1.0
Simple and easy-to-use backup script for your Unix systems more>>
Note: For a better understanding of how to use this script, please refer to the readme file in the archive.
Major Features:
- Backs up filesystems with tar
- Compresses its archives with gzip
- Encrypts its archives with openssl
- Pipes the archive to remote storage using ssh
- Uses simple Y-M-D date-stamps to housekeep its archives
- Is just a shell script. Hopefully a fairly legible one.
myAppleScript 1.0
myAppleScript - Small script with 3 separate functions more>>
Completly freeware for non-commercial use.
ShellEd 1.0.4
A shell script editor plug-in for Eclipse ShellEd is a shell script editor for Eclipse. The great benefit of this plug-in is the integration of main page information for content assist and text more>> A shell script editor plug-in for Eclipse
ShellEd is a shell script editor for Eclipse. The great benefit of this plug-in is the integration of main page information for content assist and text hover.
System requirements:
-
-
Enhancements
- Plugin requires Java 5 now
- Make use of the Java 5 language constructions and apis
- Remove deprecated usage whenever possible.
- Drop dead code.
- Convert Eclipse-AutoStart to Bundle-ActivationPolicy
- Drop dependency on Eclipse compatibility plugins.
- Variable names with underscores are highlighted correctly (rhbz #474141).
- Fix for opening workbench external file (rhbz #478304).
Side Shell Chairs 1.0
Side Shell Chairs - Armchairs icon set more>>
All icons are aquafied and look best in 128x128 at 32bit mode.
Completly frewware for personal use.
AsteriskScripter 1.0rc1
The Scripting package includes a scriptable Application for use in AppleScript called AsteriskScripter more>>
Examples included in this package:
AsteriskScripter AppleScript Test.applescript
AsteriskScripter Filemaker Test.fp7
asteriskDialer.sh shell script
Cal Shell 1.0.2
Cal Shell - Run the Cal and Calendar shell scripts more>>
It copies the output to a text field which can then be copied to the clipboard.
Completly freeware.
Enhancements:
- minor changes to interface
- added an error handler for the calendar utility button to create a calendar file if one doesnt exist.
Eudora-GPG Scripts 0.008
Eudora-GPG Scripts - Encrypt, decrypt, sign and verify plain text messages more>>
The Eudora-GPG Scripts scripts are written mainly in AppleScript with a few one-liners sent to Unix via the do shell script AppleScript command. The intention is to minimize the number items that have to be installed on the Unix side.
The temptation is to do it all in Unix with say one large Perl script. However, this would make user interaction cumbersome as it would be difficult to pass messages between the user and the Perl script. As such, running time is only a secondary consideration in the design of these scripts.