clin-rs 0.8.23

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