mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
simply add mime type
This commit is contained in:
parent
77d36ff5a5
commit
00ff07d01c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ impl Clipboard {
|
|||
let all = [
|
||||
("pbcopy", &[][..]),
|
||||
("termux-clipboard-set", &[]),
|
||||
("wl-copy", &[]),
|
||||
("wl-copy", &["-t", "text/plain; charset=utf-8"]),
|
||||
("xclip", &["-selection", "clipboard"]),
|
||||
("xsel", &["-ib"]),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue