mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
transfer.sh menu entry open firefox #287
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrneilypops on GitHub.
Hi,
I am trying to add transfer.sh to a menu entry and open firefox when the upload completes at the correct page.
scrot -d 5 ~/screenshots/screenshot.png && curl --upload-file ~/screenshots/screenshot.png https://transfer.sh/screenshot.png
Any help most welcome.
@paolafrancesca commented on GitHub:
for example: you can do this on macos:
curl --upload-file hello.txt https://transfer.sh/ | xargs open@paolafrancesca commented on GitHub:
@mrneilypops please, give some more context
@mrneilypops commented on GitHub:
Thank you.
This works for me on linux.
scrot -d 5 ~/screenshots/screenshot.png && curl --upload-file ~/screenshots/screenshot.png https://transfer.sh/ | xargs firefox