clipmem 0.5.6

macOS clipboard memory backed by SQLite and searchable from agent runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod capture;
mod config;
mod ocr;
mod optimize;
mod purge;
mod rebuild;
pub(in crate::db) mod revision;
mod settings;

#[cfg(test)]
mod tests;