1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 09:57:24 +00:00
This commit is contained in:
Sam
2019-10-02 22:59:16 -04:00
parent a0bb054d8a
commit 4f7655dfd6

View File

@ -12,16 +12,15 @@ import (
)
// Configurable section
var downloadPath = "/tmp/"
var outputFormat = "┌──[$USER@$DEVICE] [$ID] [$DATE - $TIME]\n└╼ $MSG"
// 02 = Day, Jan = Month, 06 = Year
var dateFormat = "02Jan06"
// 15 = hours, 04 = minutes, 05 = seconds
var timeFormat = "15:04"
// End configurable section
var k = keybase.NewKeybase()