mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
[Feature] Read in from stdin/pipe #153
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 @corneliusroemer on GitHub.
I'm using the transfer.sh script linked on the website. Would it be possible to extend this script so that I can pipe input into it, rather than having to specify an existing file?
@paolafrancesca commented on GitHub:
@corneliusroemer
it's feasible but we still would need a filename for the upload
it could be generated randomly as well, what's your proposed solution for this?
@corneliusroemer commented on GitHub:
Random name is perfectly fine in this case, what else should it be :) could of course be passed as a command line argument as extra feature as add on.
@anihm136 commented on GitHub:
Hi! I've modified the script from the website to accept input from STDIN. Where would you like me to share it? I noticed that there is a separate repository for the web frontend, where the script is currently located
@paolafrancesca commented on GitHub:
@anihm136 you probably want to send a PR for changing https://github.com/dutchcoders/transfer.sh-web/blob/master/src/index.html#L165