Browse Source

Add command prefix constant

pull/1/head
Sam 5 years ago
parent
commit
6e8704b954
  1. 2
      main.go

2
main.go

@ -11,6 +11,8 @@ import ( @@ -11,6 +11,8 @@ import (
"samhofi.us/x/keybase"
)
const cmdPrefix = "/"
// Configurable section
var downloadPath = "/tmp/"
var outputFormat = "┌──[$USER@$DEVICE] [$ID] [$DATE - $TIME]\n└╼ $MSG"

Loading…
Cancel
Save