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 actions;
mod detail;
mod fmt;
mod list;
mod stats;
mod theme;

pub(super) use self::actions::*;
pub(super) use self::detail::*;
pub(super) use self::fmt::*;
pub(super) use self::list::*;
pub(super) use self::stats::*;
pub(super) use self::theme::*;