bear-cli 0.2.4

A native Rust CLI for Bear.app on macOS using Bear's SQLite database for reads and x-callback-url actions for writes
Documentation
1
2
3
4
5
6
7
8
9
10
mod bear;
mod cli;
pub mod config;
mod dates;
pub mod db;
mod export;
pub mod frontmatter;
mod runner;

pub use runner::run;