Workflow App Icon

Using the Shortcuts app with FileBrowserGo

Use the new Shortcuts app to create custom workflows within FileBrowserGo, such as editing photos and creating PDFs

Edit Photos

Crop, edit and add filters to your photos and save them back to the cloud or your computer.

Tap the workflow file linked below and select "Copy to Shortcuts" from the list of apps presented.

In FileBrowserGo simply tap the context menu of an image and select "Share File...".

Download Shortcuts File
Working with the Shortcuts app

Then select "Shortcuts".

Using FileBrowserGO with Apples Shortcuts app

Your Shortcuts will be presented, choose "Edit Photo".

Edit photos in FileBrowserGO with a little Shortcuts help

With the image editor you can Edit, Crop, change the Orientation or add Effects or Frames and even add Stickers. When you are finished tap "Done".

Crop or add effects to images in FileBrowserGO with Shortcuts help

Now you can choose where you want to save your image, in the cloud on a server or any location you have set up in FileBrowserGo.

Save your edited images back to FileBrowserGO

Create a GIF

Select a folder on your computer or in the cloud and Create a GIF using the images within.

Creat GIFs in FileBrowserGO with Apples Shortcuts help

Tap the workflow file linked below and select "Copy to Shortcuts" from the list of apps presented.

Download the Shortcut file and it will load up in the Shortcuts app. Tap "Get Workflow" at the bottom of the dialog.

Download Shortcuts File
Use Apples Shortcuts with FileBrowserGO

Enter the path where your photos are and tap "Done".

This customises the workflow for you.

Create Workflows with FileBrowserGO and Apples Shortcuts

Tap the play button at the top to start the workflow.

You will notice Shortcut switching to FileBrowser to load each image.

Create Workflows with Apples Shortcuts for FileBrowserGO

Now your GIF has been created in Shortcuts and can be exported from here.

Supported Actions

These new X-Callback-URL actions will be run without any need for user interaction and once completed, FileBrowser will automatically switch back to the app that launched it. This allows for completely automated sequences.

Here are the commands:

  • list - return a JSON formatted list of files in the named folder along with sizes and modification dates.
  • url - return a url for the requested file. The url is hosted on a web server in FileBrowser and can be fetched with Shortcut's 'Get Contents of URL' action.
  • loadclipboard - load the named file onto the iOS clipboard.
  • saveclipboard - save the iOS clipboard to a named file.
  • createfolder - create the named folder.
  • deletefile - delete the named file.

Here's an example of a command to create a folder called "NewFolder" on a Mac desktop:

filebrowserlite://MyMacBook/user/Desktop/NewFolder?action=createfolder

The filebrowserpro part is what tells iOS to start an action in FileBrowserGo.

The rest of the URL format is simply the path starting with the name of the server location and the action, appended as a parameter.

Because typing the path is cumbersome, you can use FileBrowserGo to create these paths on the clipboard by choosing 'Create a File Link' on a file's menu or 'Create a Folder Link' on the folder + menu. 'Copy FileBrowser URL' puts the correct link on the clipboard. You can then paste this into Shortcuts.