]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/arcanist/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / arcanist / README.md
1 ## arcanist
2
3 This plugin adds many useful aliases for [arcanist](https://github.com/phacility/arcanist).
4
5 To use it, add `arcanist` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... arcanist)
9 ```
10
11 ## Aliases
12
13 | Alias   | Command                            |
14 | ------- | ---------------------------------- |
15 | ara     | `arc amend`                        |
16 | arb     | `arc branch`                       |
17 | arbl    | `arc bland`                        |
18 | arco    | `arc cover`                        |
19 | arci    | `arc commit`                       |
20 | ard     | `arc diff`                         |
21 | ardc    | `arc diff --create`                |
22 | ardp    | `arc diff --preview`               |
23 | ardnu   | `arc diff --nounit`                |
24 | ardnupc | `arc diff --nounit --plan-changes` |
25 | ardpc   | `arc diff --plan-changes`          |
26 | are     | `arc export`                       |
27 | arh     | `arc help`                         |
28 | arho    | `arc hotfix`                       |
29 | arl     | `arc land`                         |
30 | arli    | `arc lint`                         |
31 | arls    | `arc list`                         |
32 | arpa    | `arc patch`                        |
33
34 ## Functions
35
36 The following functions make copy pasting revision ids from the URL bar of your browser
37 easier, as they allow for copy pasting the whole URL. For example: `ardu` accepts
38 both `https://arcanist-url.com/<REVISION>` as well as `<REVISION>`.
39
40 | Function                  | Command                           |
41 | ------------------------- | --------------------------------- |
42 | ardu [URL or revision_id] | `arc diff --update` [revision_id] |
43 | arpa [URL or revision_id] | `arc patch` [revision_id]         |