bear-cli 0.1.0

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
mod bear;
mod cli;
mod config;
mod db;
mod runner;

pub use runner::run;