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