clin-rs 0.8.13

Encrypted terminal note-taking app inspired by Obsidian
1
2
3
4
5
pub mod app;
pub mod git_ops;
pub mod input;
pub mod render;
pub mod state;