conf2/zsh/.oh-my-zsh/plugins/httpie/README.md

16 lines
383 B
Markdown
Raw Normal View History

2019-10-24 19:09:05 +00:00
# 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:
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
```zsh
plugins=(... httpie)
```
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
2019-10-24 19:09:05 +00:00
**Maintainer:** [lululau](https://github.com/lululau)