my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
647 B

3 years ago
  1. # HTTPie plugin
  2. This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
  3. client, a friendlier cURL replacement.
  4. To use it, add `httpie` to the plugins array in your zshrc file:
  5. ```zsh
  6. plugins=(... httpie)
  7. ```
  8. It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
  9. ## Aliases
  10. | Alias | Command |
  11. | ------------ | ---------------------------------------------------------------- |
  12. | `https` | `http --default-scheme=https` |
  13. **Maintainer:** [lululau](https://github.com/lululau)