idears 0.1.1

A simple CLI to write and manage your ideas
Documentation
1
2
3
pub const CONFIG_DIR: &str = "~/.config/idea";
pub const CONFIG_FILE: &str = "config.toml";
pub const DEFAULT_CONFIG: &str = include_str!("static/config.toml");