awesome-omarchy-tui 0.5.1

A beautiful terminal UI for browsing the awesome-omarchy repository with search, navigation, and GitHub integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod app;
pub mod client;
pub mod events;
pub mod models;
pub mod parser;
pub mod ui;

pub use app::App;
pub use client::HttpClient;
pub use events::EventHandler;
pub use models::*;
pub use parser::ReadmeParser;