checklist-tui 0.1.2

A TUI for keeping track of your tasks in slim terminal views
1
2
3
4
5
6
7
// pub mod list_example;
pub mod add;
pub mod quick_actions;
pub mod render;
pub mod theme;
pub mod tui;
pub mod ui;