The ratatui.rs library crate for building TUIs (see here) looks really promising for taking the project to the next level, as, right now, we only have a sample of a TUI for only navigating the patch feed from latest to earliest from a fixed mailing-list.
New Feature Request:
Start introducing a robust TUI infrastructure by integrating ratatui.rs into the project through creating real TUI for the existing functionality.
Context:
The
ratatui.rs
library crate for building TUIs (see here) looks really promising for taking the project to the next level, as, right now, we only have a sample of a TUI for only navigating the patch feed from latest to earliest from a fixed mailing-list.New Feature Request:
Start introducing a robust TUI infrastructure by integrating
ratatui.rs
into the project through creating real TUI for the existing functionality.Setup:
rustc
version: 1.79.0cargo
version: 1.79.0