Phab

My laziness to click and track phabricator UI drives me to create this project.

Installation

Cargo

bash cargo install phab

Manual

```bash git clone git@github.com:sendyhalim/phab.git

cd phab

cargo install --path . --force ```

Download

TODO: Dynamically Linked Binaries

Usage

```bash

See child task details

phab task detail --api-token --host

phab task detail 22557 \ --api-token my-token \ --host="yourphabricatorhost.com" \ --pkcs12-path="" \ --pkcs12-password="" --print-json # Optional, set if you want to print output as raw json ```