7 个版本 (4 个重大更新)
0.4.1 | 2023 年 11 月 12 日 |
---|---|
0.3.0 | 2020 年 7 月 18 日 |
0.2.1 | 2020 年 7 月 1 日 |
0.2.0 | 2020 年 6 月 30 日 |
0.0.4 | 2020 年 5 月 1 日 |
在 命令行工具 中排名第 1679
44KB
787 行代码(不含注释)
Phab
我对点击和跟踪 phabricator UI 的懒惰驱使我创建了此项目。
安装
Cargo
cargo install phab
手动
git clone [email protected]:sendyhalim/phab.git
cd phab
cargo install --path . --force
下载
待办:动态链接二进制文件
设置
首先放置配置 ~/.phab
# We're using hjson format
{
api_token: phabricatortoken
host: https://yourphabricatorhost.com
cert_identity_config: { # This is optional
pkcs12_path: "......"
pkcs12_password: "....."
}
}
用法
# See task details including its child
phab task detail 22557 \
--print-json # Optional, set if you want to print output as raw json
依赖项
~15–29MB
~478K SLoC