diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-04-09 15:30:11 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-04-09 15:30:11 +0200 |
commit | ab140683689a38006854533a40e0fe54427d9181 (patch) | |
tree | 40fb5c6207be4fdd4b7327e51ca5150b2f34b1b3 /plugins/httpie/README.md | |
parent | 069df888b0ec4db1ab06cfebd3e96f74c0413762 (diff) | |
download | zsh-ab140683689a38006854533a40e0fe54427d9181.tar.gz zsh-ab140683689a38006854533a40e0fe54427d9181.tar.bz2 zsh-ab140683689a38006854533a40e0fe54427d9181.zip |
httpie: bundle zsh-completions completion (e5bd16f, 2016-12-18)
Source: https://github.com/zsh-users/zsh-completions/blob/master/src/_httpie
Related: #7308
Diffstat (limited to 'plugins/httpie/README.md')
-rw-r--r-- | plugins/httpie/README.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/plugins/httpie/README.md b/plugins/httpie/README.md index 56aa6a8ca..f22d3a64e 100644 --- a/plugins/httpie/README.md +++ b/plugins/httpie/README.md @@ -1,6 +1,15 @@ -## HTTPie -**Maintainer:** [lululau](https://github.com/lululau) +# 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: -This plugin adds completion for HTTPie, which is a command line HTTP client, a user-friendly cURL replacement. +```zsh +plugins=(... httpie) +``` -[HTTPie Homepage](https://httpie.org) +It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions). + + +**Maintainer:** [lululau](https://github.com/lululau) |