ohmyzsh/plugins/httpie/README.md

16 lines
383 B
Markdown
Raw Normal View History

# HTTPie plugin
This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
client, a friendlier cURL replacement.
To use it, add `httpie` to the plugins array in your zshrc file:
2015-02-25 02:45:13 +00:00
```zsh
plugins=(... httpie)
```
2015-02-25 02:45:13 +00:00
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
**Maintainer:** [lululau](https://github.com/lululau)