“Share with transfer.sh” Macro

“Share with transfer.sh” Macro

transfer.sh provides a free service to share files online with a simple URL.

This macro takes one or more files in the Finder selection, zips them into an archive, and uploads them for sharing to the transfer.sh service.

(Due to how transfer.sh and curl do or do not work, there's some goofy work-arounds in the shell scripts and the potential for random failures. Caveat scriptor.)

Created by Nik of Nik's crappy software - https://nik.me/

Share with transfer.sh.kmmacros (9.1 KB)

2 Likes

Awesome macro. Thank you for sharing.

I personally use this Alfred workflow to share files with trasfer.sh. If anyone here uses Alfred, it's worth checking out. :slightly_smiling_face:

Thank you Nik.

Previously, I make a simple macro by just run command curl --upload-file $KMVAR_UploadPath https://transfer.sh. It seems like this macro solves some complex scenario.