2019-04-09 13:30:11 +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:
|
2015-02-25 02:45:13 +00:00
|
|
|
|
2019-04-09 13:30:11 +00:00
|
|
|
```zsh
|
|
|
|
plugins=(... httpie)
|
|
|
|
```
|
2015-02-25 02:45:13 +00:00
|
|
|
|
2019-04-09 13:30:11 +00:00
|
|
|
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
|
|
|
|
|
2020-07-14 14:50:18 +00:00
|
|
|
## Aliases
|
|
|
|
|
|
|
|
| Alias | Command |
|
|
|
|
| ------------ | ---------------------------------------------------------------- |
|
|
|
|
| `https` | `http --default-scheme=https` |
|
|
|
|
|
2019-04-09 13:30:11 +00:00
|
|
|
**Maintainer:** [lululau](https://github.com/lululau)
|