Crates.io | proot |
lib.rs | proot |
version | 0.2.3 |
source | src |
created_at | 2024-05-12 20:49:06.057167 |
updated_at | 2024-05-19 14:50:50.605563 |
description | Wrapper around gh CLI |
homepage | |
repository | https://github.com/iamlucasvieira |
max_upload_size | |
id | 1237759 |
size | 38,526 |
PRoot is a GitHub PR Graph Visualizer that helps you seeing the relationships and dependencies among pull requests within a GitHub repository.
To use this tool, you must have Rust installed on your machine. Follow these steps to install Rust if you haven't already: https://www.rust-lang.org/tools/install.
Clone this repository to your local machine using:
git clone https://github.com/iamlucasvieira/proot
cd proot
Install it using Cargo:
cargo install --path .
To visualize the PR dependencies, run:
proot
Open a PR in the browser from the CLI:
proot <pr_number>
Filter PRs to open based on their dependencies:
proot filter --me
You can also use custom filters:
proot filter -c "is:closed"
To check if GitHub CLI is installed, run:
proot --check