← Back to work

Cloudinary Upload Tool

operations

This is a small quality of life update for us that shaves minutes of manual effort away each week.

For this demo site you are looking at, we host the image and video assets on the Voxie Cloudinary account. This used to require uploading those manually.

This is a small bit of AppleScript and 2 wrappers: Launchbar Script and macOS Service Workflow Script.

This lets us select an image or video on our Macs and in 1 action upload and get that URL copied to clipboard.

â˜šī¸ Old Method

  1. Open Cloudinary
  2. Log in
  3. Navigate to ui-team folder
  4. Drag or select image to that folder
  5. Refresh page
  6. Copy uploaded URL
  7. Paste to demo site code

😁 New Methods

Using Launchbar

launchbar

  1. Select image
  2. Activate Launchbar
  3. Choose Cloudinary Upload
  4. Paste URL to demo site

Using macOS Service

macOS Service

  1. Right click image
  2. Choose Cloudinary Upload
  3. Paste URL to demo site

Bonus feature is you can use it on many images at once. So for 5 images this can take ~35 steps and compress that to 3 steps, a 12x improvement.