monochromium 0.4.3

A fast, local-first CLI note-taking app for developers
1
2
3
4
5
mod create_config;
mod shell;

pub use create_config::{Config, load_config};
pub use shell::setup_zshrc;