monochromium 0.2.0

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

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