transfer.sh menu entry open firefox #287

Closed
opened 2026-01-19 18:29:44 +00:00 by michael · 3 comments
Owner

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.

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.
Author
Owner

@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: for example: you can do this on macos: `curl --upload-file hello.txt https://transfer.sh/ | xargs open`
Author
Owner

@paolafrancesca commented on GitHub:

@mrneilypops please, give some more context

@paolafrancesca commented on GitHub: @mrneilypops please, give some more context
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#287