Apple Automator#
2022-01-04
2023-09-01
dakr.link/n1
QR code
Quick Actions#
Open in#
Open in Visual Studio Code#
Open Automator
Go to File > New.
Choose Quick Action.
Change Workflow Receives current to files or folders in Finder.app.
Add a Run Shell Script action by drag and drop.
Change Pass input to as arguments
Copy and paste the following in the shell script box:
open -n -b "com.microsoft.VSCode" --args "$*"
Go to File > Save and save it as e.g. Open in Visual Studio Code.
Go to Finder.
Click RMB on folder or file.
Choose from menu Quick Actions > Open in Visual Studio Code
Note
If you have Path Bar enabled in Finder (alt⌥-cmd⌘ P) and you want to use this Quick Action also from Path Bar, click RMB on folder or file in Path Bar and choose from menu Services > Open in Visual Studio Code.
Open in Visual Studio Code, based on jnovack post @ stackoverflow.com
Open in pyCharm#
Open Automator
Go to File > New.
Choose Quick Action.
Change Workflow Receives current to files or folders in Finder.app.
Add a Run Shell Script action by drag and drop.
Change Pass input to as arguments
Copy and paste the following in the shell script box:
open -n -b "com.jetbrains.pycharm" --args "$*"
Go to File > Save and save it as e.g. Open in PyCharm.
Go to Finder.
Click RMB on folder or file.
Choose from menu Quick Actions > Open in PyCharm
Note
If you have Path Bar enabled in Finder (alt⌥-cmd⌘ P) and you want to use this Quick Action from Path Bar, click RMB on folder or file in Path Bar and choose from menu Services > Open in PyCharm