https://github.com/djego/prt
Pull Request Tool (PRT) is a Text-based User Interface application for developers, you can use in anywhere terminal client
https://github.com/djego/prt
cli homebrew pull-requests ratatui rust tui
Last synced: 10 days ago
JSON representation
Pull Request Tool (PRT) is a Text-based User Interface application for developers, you can use in anywhere terminal client
- Host: GitHub
- URL: https://github.com/djego/prt
- Owner: djego
- Created: 2024-09-23T05:31:28.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-21T00:52:25.000Z (about 1 month ago)
- Last Synced: 2025-03-21T01:32:46.536Z (about 1 month ago)
- Topics: cli, homebrew, pull-requests, ratatui, rust, tui
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PRT: Pull request TUI
## Description
TUI for managing pull requests on GitHub.## Installation
### Using Homebrew
Just tap the repository and install the application.
```
brew tap djego/prt
brew install prt
```### build from source
Go to releases and download the latest version for your platform.
```
chmod a+x prt
sudo mv prt /usr/local/bin
```## Usage
You should have a GitHub token in order to use this application (PAT)
You can create one [here](https://github.com/settings/tokens).
After that, you can run the application with the following command:
````bash
prt
````
Insert PAT and you are ready to go!## Development
For easy development, first clone the repository:
````bash
git clone https://github.com/djego/prt.git
cd prt
````
Then, install the following dependencies and execute application:
````bash
cargo update
cargo run
````## Demo
Enjoy creating pull requests from TUI with PRT 🚀!!