manage-hidden-files
manage-hidden-files copied to clipboard
Finder windows jump to the back after changing state
changing the visibility causes finder windows to loose focus after being restarted. i may look into this tomorrow.
I've no idea how to fix this problem, because it's a system behavior ("killall Finder" command).
one thing i have found is that you can check wether an application is currently frontmost via applescript (or via python applescript bridge, because applescript is horrible). so the workflow could check wether finder was the frontmost app before being killed, and then bring it to the foreground after it launched again if it was.