dotfiles/dot_oh-my-zsh/plugins/httpie/README.md

21 lines
647 B
Markdown
Raw Normal View History

2020-06-15 10:31:33 +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:
```zsh
plugins=(... httpie)
```
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
2020-11-19 01:19:31 +00:00
## Aliases
| Alias | Command |
| ------------ | ---------------------------------------------------------------- |
| `https` | `http --default-scheme=https` |
2020-06-15 10:31:33 +00:00
**Maintainer:** [lululau](https://github.com/lululau)