1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
ohmyzsh/plugins/httpie/README.md

21 lines
647 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).
2020-07-14 14:50:18 +00:00
## Aliases
| Alias | Command |
| ------------ | ---------------------------------------------------------------- |
| `https` | `http --default-scheme=https` |
**Maintainer:** [lululau](https://github.com/lululau)