mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 18:05:04 +01:00
cleanup
This commit is contained in:
parent
fce09d16cd
commit
cead214aa1
4 changed files with 210 additions and 373 deletions
18
README.md
Normal file
18
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue