]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/httpie/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / httpie / README.md
1 # HTTPie plugin
2
3 This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
4 client, a friendlier cURL replacement.
5
6 To use it, add `httpie` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... httpie)
10 ```
11
12 It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
13
14 **Maintainer:** [lululau](https://github.com/lululau)