httpie: bundle zsh-completions completion (e5bd16f, 2016-12-18)

Source: https://github.com/zsh-users/zsh-completions/blob/master/src/_httpie

Related: #7308
This commit is contained in:
Marc Cornellà 2019-04-09 15:30:11 +02:00
commit ab14068368
3 changed files with 195 additions and 38 deletions

View file

@ -1,6 +1,15 @@
## HTTPie
# 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:
```zsh
plugins=(... httpie)
```
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
**Maintainer:** [lululau](https://github.com/lululau)
This plugin adds completion for HTTPie, which is a command line HTTP client, a user-friendly cURL replacement.
[HTTPie Homepage](https://httpie.org)