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.

26 lines
651 B

3 years ago
  1. # please plugin
  2. [Please](https://please.build) is a cross-language build system with an emphasis on
  3. high performance, extensibility and reproducibility. It supports a number of popular
  4. languages and can automate nearly any aspect of your build process.
  5. This plugin adds autocomplete and major aliases for `plz`, the command line tool for
  6. Please.
  7. To use it, add `please` to the plugins array in your zshrc file:
  8. ```zsh
  9. plugins=(... please)
  10. ```
  11. ## Aliases
  12. | Alias | Command |
  13. |-------|-------------|
  14. | `pb` | `plz build` |
  15. | `pt` | `plz test` |
  16. | `pw` | `plz watch` |
  17. ## Maintainer
  18. [@thought-machine](https://github.com/thought-machine)