borsholder is a dashboard for monitoring the [Rust compiler repository]'s pull requests status. It is a combination of rust-lang/rust's [Homu queue] with useful information (labels, last comment, CI status, etc) obtained from the GitHub API.
Install borsholder by typing in the command line:
sh
cargo install borsholder
Register a GitHub account.
Start borsholder:
sh
borsholder --token «your_personal_access_token»
Navigate to http://127.0.0.1:55727 in your browser.