Skip to content

Instantly share code, notes, and snippets.

@ph00lt0
Last active September 11, 2022 11:18
Show Gist options
  • Save ph00lt0/c9550973bc3be4d6253e0c02d2e17510 to your computer and use it in GitHub Desktop.
Save ph00lt0/c9550973bc3be4d6253e0c02d2e17510 to your computer and use it in GitHub Desktop.
Code for the shortcut to share files to ffsend
#!/bin/sh
ffsend upload --no-interact --downloads 3 --expiry-time 5d --copy "$@";
terminal-notifier -message "Files have been uploaded" -title "⬆ Send" -open 'Clipboard' -contentImage https://user-images.githubusercontent.com/15004290/189523837-9caa68b6-cb84-49e0-a52d-25c6feae3bf0.png;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment