mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
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:
parent
069df888b0
commit
ab14068368
3 changed files with 195 additions and 38 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue