initial
This commit is contained in:
parent
d67e39f3f7
commit
58ef6d327f
1725 changed files with 129819 additions and 0 deletions
14
dot_oh-my-zsh/plugins/httpie/README.md
Normal file
14
dot_oh-my-zsh/plugins/httpie/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue