mirror of https://github.com/Rudi9719/kbtui.git
Gregory Rudolph
5 years ago
2 changed files with 16 additions and 14 deletions
@ -0,0 +1,16 @@ |
|||||||
|
package main |
||||||
|
|
||||||
|
// Path where Downloaded files will default to
|
||||||
|
var downloadPath = "/tmp/" |
||||||
|
|
||||||
|
// BASH-like PS1 variable equivalent (without colours)
|
||||||
|
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" |
||||||
|
|
||||||
|
// The prefix before evaluating a command
|
||||||
|
var cmdPrefix = "/" |
Loading…
Reference in new issue