prctrl 2.1.0

Terminal-native GitHub PR management. Stay on top of code reviews without leaving your terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! PRCtrl — Terminal-native GitHub PR management.

pub mod cache;
pub mod cli;
pub mod commands;
pub mod config;
pub mod dispatcher;
pub mod github;
pub mod logger;
pub mod notifications;
pub mod stack;
pub mod terminal;
pub mod tui;
pub mod writer;