obsidian-logging 1.3.2

A journaling/logging CLI that stores logs in Obsidian markdown files
Documentation
1
2
3
4
5
6
7
8
pub mod commands;
pub mod config;
pub mod template;
pub mod utils;

// Re-export commonly used types and functions
pub use commands::{add, edit, list};
pub use config::{Config, ListType, TimeFormat};