This commit is contained in:
nora 2025-09-18 20:36:29 +02:00
parent fce09d16cd
commit cead214aa1
4 changed files with 210 additions and 373 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# clippyboard
clippyboard is a Wayland clipboard manager daemon and UI.
It provides a daemon that stores a clipboard history in memory and provides a socket to read and manage it.
A client program can then connect to it and read the contents and choose an item to copy to the clipboard again.
A barebones egui-based client is provided for doing this.
clippyboard provides first-class support for images!
clippyboard currently supports the following MIME types:
- `text/plain`
- `image/png`
- `image/jpg`
It will try to read out one of them (in descending preference) and store that value and provide it later.
If no supported MIME type is found, the clipboard entry is not stored.