macOS Finder Quick Action #459
tessus
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
For people who want to use rustypaste from Finder on macOS, here is an automator workflow that makes this possible.
There are 3 settings that you might want to change (close to the top of the file):
The title is used for the upload window and notifications.
The rustypaste config file (from the rpaste cli app) is needed to retrieve the server address and the token. (One could also add those directly to the script, but I haven't done that, since I mostly use the cli tool anyway.)
You can also set a default expiry for files, which will be prefilled in the upload window.
Screenshots
Script
All reactions