#11 get a paste
Closed: Invalid None Opened 10 years ago by kdaniel.

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.

I agree. Lots of linux tools can do this. Fpaste returns the raw url too now. Should be quite a ok.

Login to comment on this ticket.

Metadata