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
12
13
mod agents;
mod app;
mod archive_mutate;
mod doctor;
pub(in crate::cli) mod entry;
mod mutation_support;
pub(in crate::cli) mod notify;
mod ocr;
mod retrieval;
mod retrieval_support;
mod runtime;
mod settings;
mod storage;