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

Bugfix: don't grep through working dir in ZSH #66

Closed aars closed 8 years ago

aars commented 8 years ago

In ZSH I got a bunch of

grep: database: Is a directory
grep: gems: Is a directory
grep: log: Is a directory

messages, as soon as I used a $confdir/$domain file.

AdrieanKhisbe commented 8 years ago

thanks @aars ! :)

aars commented 8 years ago

No prob! I really like this tool. How is the refactor going? Can I help? I'd like to add some features like a default command-to-pipe to, jq for example to always format/color json. Maybe even set output-command by content-type header. Also displaying the status-code on an empty response body would be nice.

aars commented 8 years ago

Is the refactor branch currently useable?

AdrieanKhisbe commented 8 years ago

Refactor has been sleeping for some time, and I start reviving few days ago.

What's hindering now Is the test transition. I'm waiting this to complete refactor and ensure we don't have regression. I was thinking going to use cucumber and aruba, so have to use this https://github.com/cucumber/aruba/pull/323

AdrieanKhisbe commented 8 years ago

Is the refactor branch currently useable?

No Idea. I don't remember in which state I left it.

JQ is a killer feature, I add it in mind

AdrieanKhisbe commented 8 years ago

Your more than welcome to collaborate ! :)

AdrieanKhisbe commented 8 years ago

Hello @aars. :) I just saw you forked form my repo. I have been uquite busy at work and OSS lately, But now that aruba is updated, the test can now be reworked.

feel free to contact me on my gitter ;)

aars commented 8 years ago

Will do!

AdrieanKhisbe commented 7 years ago

Hey @aars, I restarted working on resty, and refresh my refactor. you can see the state there on the #50 PR Your input is more than welcome!

aars commented 7 years ago

Cool! I'll have a look asap (tonight or tomorrow).