
Originally Posted by
PoTK
Yeah, but then the icon in the ScanSnap manager will be a folder instead of the EagleFiler icon. Maybe that's not a big deal to some people but I'm kind of OCD about how my computer is arranged and that would really bother me.
Unfortunately, it looks like ScanSnap doesn’t display custom folder icons. OK, then another option would be to save the Import From Scanner script as a droplet and give it EagleFiler’s icon. You could also add a line to the script that ensures that your default library is open. For example:
Code:
open POSIX file "/Users/mjt/Desktop/EagleFilerTest/EagleFilerTest.eflibrary"

Originally Posted by
PoTK
You see, I use an AppleScript to mount an encrypted sparsebundle (which contains my EagleFiler library) and then launch EagleFiler.
I’m not sure that a script is really necessary here. If you make an alias to the .eflibrary file, the OS should remember which sparsebundle it came from.

Originally Posted by
PoTK
I then use an app called "
Do Something When" to automatically unmount the sparsebundle when I quit EagleFiler.
EagleFiler does have the Close & Lock feature, but I agree that it would be good to make this more automatic.

Originally Posted by
PoTK
Unfortunately, when I quit EagleFiler with "RedQuits" it doesn't remember the library when I launch again. Considering that quitting with "RedQuits" is the only way I close the app, this is very inconvenient to me.
Have you tried putting an alias to your library in EagleFiler’s Startup Items folder? Then it will always open the library, even if it had been closed before quitting.