term_keep 1.2.1

Terminal-based Google Keep clone. Can be used as a note taking / To-Do list app on a server.
Documentation
1
2
3
4
5
pub mod note;
pub mod note_type;
pub mod task_status;
pub mod template;
pub mod traits;