aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
authorJulian Weigt <julian.weigt@gmail.com>2020-04-26 20:02:35 +0300
committerJulian Weigt <julian.weigt@gmail.com>2020-04-26 20:02:35 +0300
commit0f85fcc3fac833b1635af111e1a7024254fcf3c6 (patch)
treeec8018ac0e992fae4c882c196b91f9907aad5198 /ui/command-processor.go
parent96bb87e8ac8f45d56d487ea6c16d67f057d97e1f (diff)
Implement copying to clipboard
"github.com/atotto/clipboard"
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index 10478cc..e9485c4 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -119,6 +119,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"react": cmdReact,
"download": cmdDownload,
"open": cmdOpen,
+ "copy": cmdCopy,
"sendevent": cmdSendEvent,
"msendevent": cmdMSendEvent,
"setstate": cmdSetState,