TUI for managing pull requests on GitHub.
Just tap the repository and install the application.
brew tap djego/prt
brew install prt
Go to releases and download the latest version for your platform.
chmod a+x prt
sudo mv prt /usr/local/bin
You should have a GitHub token in order to use this application (PAT)
You can create one here.
After that, you can run the application with the following command:
prt
Insert PAT and you are ready to go!
For easy development, first clone the repository:
git clone https://github.com/djego/prt.git
cd prt
Then, install the following dependencies and execute application:
cargo update
cargo run
Enjoy creating pull requests from TUI with PRT 🚀!!