mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Change suggestion for clipboard to arboard
(#111)
Co-authored-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
2e1bb75a57
commit
7bdf1e9ab4
1 changed files with 2 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue