stash: add watch subcommand

Watches primary clipboard for changes and stores them in the database.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964de9949bbe6d8b9301ca97ae785852b46
This commit is contained in:
raf 2025-08-12 17:10:33 +03:00
commit efcbe17d73
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 350 additions and 12 deletions

View file

@ -19,3 +19,4 @@ log = "0.4.27"
env_logger = "0.11.8"
clap-verbosity-flag = "3.0.3"
thiserror = "2.0.14"
wl-clipboard-rs = "0.9.2"