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
pub mod info;
pub mod note_creation;
pub mod note_display;
pub mod note_edit;
pub mod search;
pub mod tags;
pub mod tasks;
pub mod templates;