iToolBox offers a custom file dialog that is better at handling files in some ways than the native file dialog.
Advantages of the custom file dialog:
<-- Parent takes you one step back up the folder tree in the filesystem. You can go all the way to the root of the filesystem this way.
If you know (or surmise) that the filesystem has changed — new files, fewer files, new or removed folders and/or volumes — then you can press Refresh and the dialog will refresh with the current state of the filesystem.
Assigns allows you to create virtual filesystem roots that will appear in the volumes list. This provides a means to set working folders you can get to instantly:
An assign consists of two pieces of information. First, a "short name" that will appear in the volumes list in the File dialog, and second, a path that is associated with that short name. So, for instance, you can create a path to your Pictures folder at /Users/John Doe/Pictures with a short name of pics:
When you click on pics: in your volume list, the File dialog immediately loads up the folders and files at /Users/John Doe/Pictures — that's all there is to it. It's a significant timesaver.
You can either add a new assign, or remove / update existing assigns. If you cancel the dialog, all of your changes are discarded. If you click okay in the assigns dialog, but then cancel the File dialog, your changes are not discarded.
When the assigns dialog opens, the path is set to the filesystem location the File dialog was looking at. So all you have to do to make that an assign is enter a short name for that path and click Add
Assigns have priority over volumes in the volume list; assigns appear first.
The assigns feature incorporates the following intuitive behaviors:
Allows you to create a new folder in the current filesystem location.
Allows you to delete the folder the dialog is currently examining. This is dangerous. Because it is dangerous, it will prompt you twice to make sure you meant to do this. Once the current folder, all its files, and all the folders that were inside it are deleted, the file dialog will be set to the parent of that folder.
Allows you to delete the currently selected file.
The volumes list contains a list of volumes (and assigns, if you have created any.) The volumes list is refreshed each time the dialog opens, or when you click Refresh, so you can avoid filesystem hiding newly created files and newly mounted volumes from you.
The folders list contains a list of only folders. This makes navigation much faster and easier than a mixed files + folders approach as used in the native file dialog. The folders list is refreshed each time the File dialog opens, or when you click Refresh, so you can avoid filesystem hiding newly created files from you.
The files list contains a list of only files.
This is the first of two features that makes navigation much faster and easier than a mixed files + folders approach as used in the OS X (MacOS) native file dialog. The files list is refreshed each time the dialog opens, or when you click Refresh, so you can avoid filesystem hiding newly created files and newly mounted volumes from you.
The second feature that makes finding your files much easier is the ability to hide files using the Filter control; typing *.png into the Filter box will cause the File dialog to display only files that end with .png, which can reduce clutter and confusion as opposed to simply "dimming" files that don't match the filter as the native OS X (MacOS) dialog does.
This is where you can type in a new filename when you are saving an image, or if you already know the filename, you can just type it in here instead of picking it from the list.
This is where you can type in a path if you already know it. It will change automatically as you navigate the filesystem folder tree using the Folders list.
You can use an asterisk ( * ) as a wildcard here. So typing *test* will display all files that have the string "test" in them. To list all files of one type, use, for example, *.png
Some images can take a long time to generate thumbnails for. If thumbnail generation is taking too much time, you can turn it off by unchecking ✓ Show Thumbnails
✓ Confirm overwrites tells the File dialog that if you elect to save a file over an already existing file, you will be warned about it.
✓ Enforce Filter file ext. tells the File dialog that when you are writing out a file, that it must end with the extension in the Filter box. For instance, if you have *.png in the Filter box, and you try to save a file called foo, it will actually be saved as foo.png
✓ Sort Assigns tells the file dialog to sort the assigns portion of the list of volumes alphabetically.
✓ Reverse Folders reverses the alphabetical order of the folder list.
✓ Reverse Files reverses the order of the file list, regardless of how it is sorted.
✓ Reverse Assigns reverses the alphabetical order of the assigns in the volumes list.
By Name imposes an alphabetic sort, case-sensitive.
By N/name imposes an alphabetic sort, not case-sensitive.
by Date imposes a sort by the file date.
Increment, then save and Increment, then load will, if the currently selected or entered filename ends (before the file extension) with one or more of a sequence of numeric digits 0...9, create a filename based on the image under the current filename, but with an incremented number. For example:
|
Please consider supporting my iToolBox development efforts with a small PayPal donation. |