use clipboard package to handle clipboard stuff

This commit is contained in:
Jesse Duffield
2020-08-23 22:04:24 +10:00
parent 1494a3863d
commit afd669194a
14 changed files with 416 additions and 14 deletions

View File

@@ -7,6 +7,5 @@ func GetPlatformDefaultConfig() []byte {
return []byte(
`os:
openCommand: 'open {{filename}}'
openLinkCommand: 'open {{link}}'
copyToClipboardCommand: 'bash -c "echo -n {{str}} | pbcopy"'`)
openLinkCommand: 'open {{link}}'`)
}