From 4f83bc4dee7990df739449960e81d70a9f74720a Mon Sep 17 00:00:00 2001 From: Liu Xiang Date: Sat, 25 Apr 2015 20:27:24 +0800 Subject: [PATCH] Add specification for httpie completion plugin --- Plugins.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index aa7005b..d230363 100644 --- a/Plugins.md +++ b/Plugins.md @@ -684,6 +684,13 @@ Adds tab-completion of Grails script names to the command line use of grails. Lo - `./scripts` - `./plugins/*/scripts` +httpie +---- + +**Maintainer:** [lululau](https://github.com/lululau) + +Adds completion for [HTTPie](http://httpie.org), which is a command line HTTP client, a user-friendly cURL replacement. + jira ---- @@ -1444,4 +1451,4 @@ wd show ``` wd ls ``` -- Print usage with no opts or the `help` argument. +- Print usage with no opts or the `help` argument. \ No newline at end of file