httpie/cli

fish shell completions

Open

#912 opened on May 10, 2020

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Python (33,716 stars) (3,676 forks)batch import
enhancementhelp wantedpackaging

Description

It would be amazing if httpie could default-install completions for the awesome fish shell.

Reference: https://fishshell.com/docs/current/#where-to-put-completions

Example of other great tools that does this:

ll  /usr/share/fish/vendor_completions.d
.rw-r--r-- 4.4k root root 25 Apr 13:48 bat.fish
.rw-r--r--  51k root root 11 Mar  2:24 docker.fish
.rw-r--r--  12k root root  9 May 17:38 rg.fish

Contributor guide