todotxt-tui 0.3.0

Todo.txt TUI is a highly customizable terminal-based application for managing your todo tasks. It follows the todo.txt format and offers a wide range of configuration options to suit your needs.
Documentation
1
2
3
4
5
6
7
8
mod config;
mod file_worker;
mod layout;
mod todo;
mod ui;

pub use config::{ConfMerge, Config};
pub use ui::UI;