clipmem 0.5.2

macOS clipboard memory backed by SQLite and searchable from agent runtimes
Documentation
mod commands;
mod db_path;
mod display;
mod errors;
mod exit;
mod formats;
mod help;
mod human;
mod output;
mod parsing;
mod presentation;
mod runtime;
mod schema;
mod service;
mod validate;
mod value_validation;

pub use self::exit::{CliError, CliExitCode};
pub use self::runtime::{run, run_cli, run_from};

#[cfg(test)]
mod tests;