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 browse;
mod filter_sql;
mod queries;
mod query_analysis;
mod row_mapping;
mod search;
mod search_results;
mod snapshot;
mod stats;
mod value_decoding;

#[cfg(test)]
mod tests;