From 595dc51b2d588291f33d17b5c18dbcc6d55c13d4 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 2 Jul 2016 14:33:04 +0200 Subject: [PATCH] Fish shell completion --- CHANGELOG.rst | 2 ++ httpie-completion.bash => extras/httpie-completion.bash | 0 httpie-completion.fish => extras/httpie-completion.fish | 0 3 files changed, 2 insertions(+) rename httpie-completion.bash => extras/httpie-completion.bash (100%) rename httpie-completion.fish => extras/httpie-completion.fish (100%) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ae022955..70606c7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,8 @@ This project adheres to `Semantic Versioning `_. * Added the ability to unset a request header with ``Header:``, and send an empty value with ``Header;``. * Added ``--default-scheme ``. +* Added fish shell completion (located in ``extras/httpie-completion.fish`` + in the Github repo). * Changed the default JSON ``Accept`` header from ``application/json`` to ``application/json, */*``. diff --git a/httpie-completion.bash b/extras/httpie-completion.bash similarity index 100% rename from httpie-completion.bash rename to extras/httpie-completion.bash diff --git a/httpie-completion.fish b/extras/httpie-completion.fish similarity index 100% rename from httpie-completion.fish rename to extras/httpie-completion.fish