Skip to main content

Module tui

Module tui 

Source
Expand description

Terminal User Interface

Interactive TUI for browsing and cleaning artifacts.

This module provides a full-screen terminal interface using Ratatui.

Re-exports§

pub use app::App;
pub use app::AppState;
pub use app::ProjectEntry;
pub use event::Action;
pub use event::Event;
pub use event::EventHandler;

Modules§

app
TUI Application state and logic
event
Event handling for TUI
ui
TUI rendering with Ratatui

Functions§

run
Run the TUI application