Expand description
§Ratado
Ratado is a terminal-based task manager and reminder application built with Rust and Ratatui. The name combines “Rata” (from Ratatui) with “do” (from todo).
§Features
- Task management with priorities and due dates
- Project organization
- Filtering and sorting
- Terminal UI with vim-style navigation
- Local SQLite database storage
§Modules
Re-exports§
pub use app::App;pub use app::AppError;pub use app::FocusPanel;pub use app::InputMode;pub use app::View;pub use handlers::handle_event;pub use handlers::AppEvent;pub use handlers::Command;pub use handlers::EventHandler;