oh-my-todo 0.2.0

Local-first terminal task manager with a mouse-first TUI and CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod atomic;
pub mod paths;
pub mod repository;
pub mod serializer;

pub use paths::DataPaths;
pub use repository::{
    AppRepository, FilesystemRepository, RepositorySnapshot, StorageError, StoredTaskRecord,
    TaskBucket,
};