lazytask 0.5.0

A task manager built for AI coding agents — plain markdown files, strict CLI, keyboard-driven TUI
Documentation
1
2
3
4
5
6
pub mod cli;
pub mod config;
pub mod domain;
pub mod services;
pub mod storage;
pub mod tui;