mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
arcanist: document aliases
This commit is contained in:
parent
fbbfd0f8a8
commit
1381da15a4
1 changed files with 26 additions and 2 deletions
|
@ -1,5 +1,29 @@
|
||||||
## arcanist
|
## arcanist
|
||||||
|
|
||||||
**Maintainer:** [@emzar](https://github.com/emzar)
|
|
||||||
|
|
||||||
This plugin adds many useful aliases for [arcanist](https://github.com/phacility/arcanist).
|
This plugin adds many useful aliases for [arcanist](https://github.com/phacility/arcanist).
|
||||||
|
|
||||||
|
To use it, add `arcanist` to the plugins array of your zshrc file:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
plugins=(... arcanist)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
|
||||||
|
| Alias | Command |
|
||||||
|
|---------|------------------------------------|
|
||||||
|
| ara | `arc amend` |
|
||||||
|
| arb | `arc branch` |
|
||||||
|
| arco | `arc cover` |
|
||||||
|
| arci | `arc commit` |
|
||||||
|
| ard | `arc diff` |
|
||||||
|
| ardc | `arc diff --create` |
|
||||||
|
| ardnu | `arc diff --nounit` |
|
||||||
|
| ardnupc | `arc diff --nounit --plan-changes` |
|
||||||
|
| ardpc | `arc diff --plan-changes` |
|
||||||
|
| are | `arc export` |
|
||||||
|
| arh | `arc help` |
|
||||||
|
| arl | `arc land` |
|
||||||
|
| arli | `arc lint` |
|
||||||
|
| arls | `arc list` |
|
||||||
|
| arpa | `arc patch` |
|
||||||
|
|
Loading…
Reference in a new issue