Hacker News new | ask | show | jobs
by jungletime 2705 days ago
Just curious, if I wanted to setup several working environments and make it as quick as possible to switch between them (programming vs video editing vs photo editing). How would I go about doing that on a Mac to be as quick as possible. Several different programs would need to be open and closed automatically.
1 comments

I have a several ".command" files organized in a stack in my dock. Each one of them is a bash script that opens all the files I need for a project. When I'm done, I manually close everything.