Created
December 2, 2012 13:13
-
-
Save dcunited001/4188596 to your computer and use it in GitHub Desktop.
Automator Service to Open New Finder Window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- create new service in automator | |
-- set input to "no input" instead of "text" | |
-- add new task: run applescript | |
on run {input, parameters} | |
tell application "Finder" | |
activate | |
set new_window to make new Finder window | |
end tell | |
end run | |
-- save and add new shortcut in preferences | |
-- under kb > shortcuts > services > general |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just saw your comment. I'm not on Mac anymore, so I wouldn't be able to test.
If you haven't gotten an answer yet, then your best bet for a quick solution is to ask on their IRC channels:
#MacOSX
or##Apple
.Also, depending on your workflow, these might work:
nnn
orranger
these are command line directory browsers. these require learning quite a few shortcut keys though, but they work well with a vim workflow.