OffShoot Helper
Automatically set up OffShoot workflows with the OffShoot Helper menu bar app.
OffShoot Helper is a small menu bar app (macOS only) that enables you to automatically set up OffShoot with a specific configuration called Workspaces.
Getting Started
Download OffShoot Helper.
Open the app and click the OffShoot Helper icon in the menu bar.
Select
Example Workspace.OffShoot will open, setting a Source and Destination.
Workspace files are stored in ~/Library/Preferences/Hedge/Workspaces/. You can quickly get to this location by selecting Manage Workspaces...
A Workspace is a JSON file that specifies how to set up OffShoot. A separate menu item is created for each JSON file in the Workspaces folder.

Workspace actions
A workspace file contains an array with one JSON object that can define the following actions:
Clear Sources and Destinations
When set to true, OffShoot clears all Sources and Destinations.
Set Destinations
Sets one or multiple Destinations e.g. ["/path/to/destinationOne","/path/to/destinationTwo"]
Set Sources
Sets one or multiple Sources as a collection e.g:["/path/to/source1","/path/to/source2"]
Restore Default Preferences
When set to true, OffShoot's preferences are reset to their default setting (except for Connect, Cloud, and License preferences).
Set Preferences
Set any preference by using the dictionary below.
Run bash commands
Run AppleScript
The example below loads a workspace and uses this script to set two Finder windows on the right side of the OffShoot main window.

Autostart
By default, OffShoot Helper is set to automatically start at computer login.
Terminal command to disable:
Terminal command to enable:
Terminal command to check the current autostart setting:
Auto start workspace
OffShoot Helper can launch a workspace automatically on system startup: Terminal command to enable a startup workspace:
Terminal command to disable the startup workspace:
Terminal command to check the current startup workspace:
Change workspaces folder
You can set a custom workspaces folder with this Terminal command:
Last updated