{
  "version": 1,
  "workflows": [
    {
      "id": "D411FA27-5DE5-4D09-B453-44CB7CF7CC56",
      "defaultIntroducedVersion": 9,
      "name": "Open in Finder",
      "nameLocalizationKey": "open_in_finder",
      "summary": "Reveal the selected file",
      "symbolName": "folder",
      "isEnabled": true,
      "requiresTrustConfirmation": false,
      "sortOrder": 9,
      "mode": "simple",
      "supportedTypes": [
        "fileURL",
        "imageURL",
        "videoURL"
      ],
      "script": {
        "source": "inline",
        "code": "#!/bin/zsh\ncat >/dev/null",
        "scriptPath": "",
        "interpreterPath": "/bin/zsh",
        "arguments": [],
        "workingDirectory": "",
        "filterTimeout": 5,
        "executeTimeout": 15
      },
      "editorMode": "steps",
      "steps": [
        {
          "id": "F173110D-74FB-4F95-9F69-B5965DD6C3A4",
          "kind": "outputRevealInFinder"
        }
      ],
      "workflowVersion": 1
    }
  ]
}
