Change suggestion for clipboard to arboard (#111)

Co-authored-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Tom Schuster 2024-01-17 05:30:22 +01:00 committed by GitHub
parent 2e1bb75a57
commit 7bdf1e9ab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1151,13 +1151,9 @@
}]
}, {
"name": "Clipboard",
"notes": "Both cli-clipboard and copypasta are forks of the original rust-clipboard that add support for wayland.",
"recommendations": [{
"name": "cli-clipboard",
"notes": ""
}, {
"name": "copypasta",
"notes": ""
"name": "arboard",
"notes": "A fork of rust-clipboard that supports copy and pasting of both text and images on Linux (X11/Wayland), MacOS and Windows."
}]
}, {
"name": "File Dialogs",