kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

Integrate `ratatui.rs` to start building a TUI #6

Closed davidbtadokoro closed 3 months ago

davidbtadokoro commented 4 months ago

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: