osxutils - 1.7useful Mac-oriented command-line utilities |
|
||||||||||||||
|
|||||||||||||||
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) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Fink 



- Version: 1.6, 9/12/2005 09:40AM PST
amcgee
Most Recent Replies: View All 3 Replies
- Fink (3 replies)
man 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"'
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"'
very 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.
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.
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'.