Hello,
I created a Keyboard Shortcut using Automator to go to a specific Folder in the Finder using the steps below
1. Automator - New Quick Action - Workflow receives no input in any application
2. Run Shell Script - /bin/zsh/ - open /Users/Specific Folder
3. System Preferences - Keyboard - Shortcuts - Services - Quick Action - Set Shortcut
The shortcut works, the only thing is everytime I activate the shortcut in Finder it actually opens up a brand new Finder window with the specific folder, instead of just 'taking' me there within the current window. Is there a way to adjust the zsh script and to replace the open command with another one? I tried cd but it doesn't work.
Any help would be appreciated,
Thanks,
Nick
I created a Keyboard Shortcut using Automator to go to a specific Folder in the Finder using the steps below
1. Automator - New Quick Action - Workflow receives no input in any application
2. Run Shell Script - /bin/zsh/ - open /Users/Specific Folder
3. System Preferences - Keyboard - Shortcuts - Services - Quick Action - Set Shortcut
The shortcut works, the only thing is everytime I activate the shortcut in Finder it actually opens up a brand new Finder window with the specific folder, instead of just 'taking' me there within the current window. Is there a way to adjust the zsh script and to replace the open command with another one? I tried cd but it doesn't work.
Any help would be appreciated,
Thanks,
Nick