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 db;
pub mod notes;
pub mod tags;
pub mod templates;
pub mod tips;