support copying stuff to clipboard
This commit is contained in:
committed by
github-actions[bot]
parent
fcdcd1c335
commit
2974a57943
@@ -5,5 +5,6 @@ func GetPlatformDefaultConfig() []byte {
|
||||
return []byte(
|
||||
`os:
|
||||
openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'
|
||||
openLinkCommand: 'sh -c "xdg-open {{link}} >/dev/null"'`)
|
||||
openLinkCommand: 'sh -c "xdg-open {{link}} >/dev/null"'
|
||||
copyToClipboardCommand: 'bash -c "echo -n {{str}} | xclip -selection clipboard"'`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user