Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  System / Utilities  |  Other System / Utilities  |  osxutils

osxutils

osxutils - 1.7

useful Mac-oriented command-line utilities

All Time: (4.0)
This Version: Not rated (0.0)
Current Version: 1.7
Release Date: 2005-11-26
License: Freeware
Downloads (this version): 2,916
Downloads (all versions): 10,419

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

osxutils is a bundle of powerful Mac-oriented command line utilities for Mac OS X. With these command line tools you can retrieve Mac-specific meta-data for files, such as comments, heritage file type and creator, alter the volume, get miscellaneous Finder info and many other things.

What's new in this version:

Some new and useful tools:
  • hfsdata tool
  • wsupdate tool
  • setvolume tool

Updates to existing tools:

  • getfcomment now gets OS X comments, not just OS 9 Dekstop Database comments
  • Major bug fixes for lsmac
  • Minor bug fixes and code cleanup for setsuffix, setlabel, getfcomment, geticon, hfsdata, lsmac, mkalias, setfcomment, setfctypes, setfflags, seticon, setlabel
  • Updated man pages
  • New 'osxutils' overview tool
  • All projects updated to XCode 2.2
  • Code cleanup

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2
  • Mac OS X 10.1
  • Mac OS X 10.0

Additional Requirements:

  • Mac OS X 10.0 or higher. Some programs may require 10.3 or later in order to be useful or relevant

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

osxutils ReviewFink - Version: 1.6, 9/12/2005 09:40AM PST

amcgee
The easiest way to install osxutils is via the Fink package manager:

sudo fink install osxutils

I particularly love the 'trash' command, which makes undeletion possible where 'rm' does not. Also, in removing an occupied directory, 'trash' is much safer than 'rm -r'.
Post a commentAlert Admin

Most Recent Replies: View All 3 Replies

osxutils Commentaryman pages, getfcomment - Version: 1.5, 11/12/2004 08:24PM PST

sjk
* Several of the man pages have syntax errors that generate warnings like:

mdoc warning: Empty input line #55
mdoc warning: list open at EOF! A .Bl directive has no matching .El

* Would be nice if getfcomment could display Finder Info on OS X. Not sure how to do that except via AppleScript, like:

osascript -e 'tell app "Finder" to return comment of file ":path:to:file"'
Post a commentAlert Admin

osxutils Reviewvery nice, useful utilities - Version: 1.5, 11/12/2004 02:56AM PST

wgscott
It is nice to have OS X unix utilities that take advantage of the interaction capabilities with the GUI.

cpath can be made to work with directories that have spaces without the need to manually add quotes with this change:

<code>
echo -n "$PWD" | perl -pi -e 's; ;\\\ ;g' | pbcopy
</code>

This escapes spaces when they occur in the path.
Post a commentAlert Admin