micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Using `|` operator to ignore noclobber setting #80

Open pedroxs opened 6 years ago

pedroxs commented 6 years ago

This allows to overwrite existing files on output redirect with >.

Fixes issues: https://github.com/micha/resty/issues/78 and https://github.com/sorin-ionescu/prezto/issues/1527

belak commented 6 years ago

I'm not a collaborator on this repo, but for anyone interested in the relevant portions of the docs, here they are:

pedroxs commented 6 years ago

Updated to add support for HTTP/2

pedroxs commented 6 years ago

Well if that's the case I can revert the HTTP/2 commit and wait for this to merge before opening another PR

pedroxs commented 5 years ago

Is this repo abandoned? It's been a full year already.