Comment on ShowHN: GetURL - A CLI tool to get a public link for any fileparentComments−teach13yDoes sprunge work for non-textual data?−crohr13yIn the same vein, you can try http://flag.io/: curl -T /path/to/any/file flag.io # or cat some-file | curl -T - flag.io Basically, pipe anything you want into it. It can also syntax-highlight your text files.−cleverjake13yno it doesnt.
Comments
Does sprunge work for non-textual data?
In the same vein, you can try http://flag.io/:
Basically, pipe anything you want into it. It can also syntax-highlight your text files.no it doesnt.