clipboard: persist clipboard contents after source application closes

When the source application closes, the forked child continues serving
clipboard data so it remains available for paste operations.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I14fbcf8cbc47c40bfa1da7f8b09245936a6a6964
This commit is contained in:
raf 2026-03-27 09:20:54 +03:00
commit 030be21ea5
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
7 changed files with 616 additions and 156 deletions

View file

@ -9,6 +9,7 @@ use clap::{CommandFactory, Parser, Subcommand};
use humantime::parse_duration;
use inquire::Confirm;
mod clipboard;
mod commands;
pub(crate) mod db;
pub(crate) mod mime;