Back to Ohmyzsh

README

plugins/arcanist/README.md

latest1.7 KB
Original Source

arcanist

This plugin adds many useful aliases for arcanist.

To use it, add arcanist to the plugins array of your zshrc file:

zsh
plugins=(... arcanist)

Aliases

AliasCommand
araarc amend
arbarc branch
arblarc bland
arcoarc cover
arciarc commit
ardarc diff
ardcarc diff --create
ardparc diff --preview
ardnuarc diff --nounit
ardnupcarc diff --nounit --plan-changes
ardpcarc diff --plan-changes
arearc export
arharc help
arhoarc hotfix
arlarc land
arliarc lint
arlsarc list
arpaarc patch

Functions

The following functions make copy pasting revision ids from the URL bar of your browser easier, as they allow for copy pasting the whole URL. For example: ardu accepts both https://arcanist-url.com/<REVISION> as well as <REVISION>.

FunctionCommand
ardu [URL or revision_id]arc diff --update [revision_id]
arpa [URL or revision_id]arc patch [revision_id]