Fpaste is great for sharing patches. But I don't want to copy them from a webbrowser again and again.
I'd like sth like fpaste get url > filename.patch
This is what curl is for. Do curl "${url}/raw/" > filename.patch . Fpaste doesn't need to reimplement functionality available from ubiquitous command line utilities, IMO.
curl
curl "${url}/raw/" > filename.patch
I agree. Lots of linux tools can do this. Fpaste returns the raw url too now. Should be quite a ok.
Log in to comment on this ticket.