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
6
7
8
mod checklists;
pub mod cli;
mod date_fmt;
pub mod env;
pub mod note_fmt;
pub mod search;
pub mod strings;
pub mod tags;