

There's also fseventer, which provides a graphical user interface to fslogger. I'll not go into detail here, as they require some reading, and there are man pages available. Sorting out what's relevant may need some experience and/or patience.įor Terminal-savvy users, the tools of trade are: fs_usage and fslogger. The problem with these tools, though, is that you might see much more information than you want.
#File buddy yosemite install
Pinging is currently not allowed.Do you like to know which files and folders get created or modified when you install a new application? I can suggest two different solutions: Either use a tool to track all file system changes, or use a tool that searches the disk by creation/modification dates.įirst the "pro" method: Use a file system logging tool to trace all file operations during a period of time. You can skip to the end and leave a response. You can follow any responses to this entry through the RSS 2.0 feed. On Wednesday, March 24th, 2021 at 17:35 and is filed under OS 9, OS X. File Buddy is still being developed for modern versions of OS X and is available for sale on Skytag Software’s web site. Just like the Macintosh itself, they are simple, elegant and easy to use.įile Buddy 7, the last version with support for both OS 9 and OS X, has graciously been released for free. While File Buddy offers a more conventional list-based bulk processing feature, droplets are what really sets the product apart. What’s so great about droplets is that they’re a graphical, Macintosh-like solution to the problem of bulk processing. Now I can double-click the file to open it in BBEdit.
#File buddy yosemite code
Instead of manually opening the file using BBEdit’s Open… menu, I simply drop it on my “Make BBEdit” droplet, which changes the creator code to R*ch. Let’s say I want to open an HTML document in BBEdit. In general, File Buddy’s droplets are great for quickly opening a file with a different program. This means that text clippings created on OS X cannot be opened on OS 9! To mitigate this, I have a droplet on my desktop called “Fix Clipping”, onto which I can drag any file to change its creator code to drag.
#File buddy yosemite mac os
For example, an interoperability issue between classic Mac OS and OS X is that OS X gives text clippings the creator code MACS, whereas classic Mac OS expects the creator code drag. Optionally, if you drag a folder, then the changes will be recursively applied to all the files in that folder.ĭroplets are especially useful for quickly changing something a particular file, such as its creator code. This will save the queued changes in a File Buddy droplet, which is a small program that will apply those changes to any file that is dropped on it. In the screenshot, you can see that I’ve queued up a couple of changes, indicated by the red check marks, that I can apply by pressing a Save button.īut – and this is one of File Buddy’s selling points – instead of pressing Save, you can press the icon with a water drop near the top of the window. In File Buddy’s Info window, you can inspect and manually modify the value of any given property of the file.



If you open File Buddy, press File > Get Info… and select a file (or, after rebuilding the desktop file, just drag and drop it on File Buddy’s icon), then the following window will appear: While the application has an incredible depth, you can fundamentally think of it as a powerful version of Finder’s Info window. For simple, but tedious tasks involving file metadata, I find a program called File Buddy to be a better option.įile Buddy is a Swiss army knife of file management. That was mainly with respect to window management. I’ve previously shared a couple of ways in which AppleScript can be used to improve Finder workflow. On classic Mac OS and OS X alike, AppleScript is a very useful tool for automating commonly performed tasks.
