AlanQuatermain / UntarAction
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 03 12:55:43 -0700 2009 | |
| |
English.lproj/ | Sat Oct 03 14:18:56 -0700 2009 | |
| |
Info.plist | Sat Oct 03 12:55:43 -0700 2009 | |
| |
README.textile | Sat Oct 03 14:39:03 -0700 2009 | |
| |
Untar.xcodeproj/ | Sat Oct 03 14:18:56 -0700 2009 | |
| |
UntarAction.h | Sat Oct 03 14:18:56 -0700 2009 | |
| |
UntarAction.m | Sat Oct 03 14:18:56 -0700 2009 | |
| |
Untar_Prefix.pch | Sat Oct 03 12:55:43 -0700 2009 | |
| |
version.plist | Sat Oct 03 12:55:43 -0700 2009 |
README.textile
Untar action for Automator
This project implements a simple ‘untar’ action for use in Automator workflows. It performs essentially the same task as ‘Open Finder Items’, with the exception that it won’t causes the Finder to spawn a new window for each tar file it expands.
It will accept a list of files (which should all be tar files) as either URLs or paths, and will return whichever of those items was successfully extracted.
This item is required for the Download APSL Source workflow.
Revision History
| 1.0 | Initial Revision |
| 1.0.1 | User can now opt to continue or stop when an extraction error occurs (previous builds would always stop). |
