added styled help buffer (#63)

This commit is contained in:
T.v.Dein
2025-09-09 22:01:45 +02:00
committed by GitHub
parent 4eaa676510
commit ec864f42d6
2 changed files with 89 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.5.0"
const Version string = "v1.5.1"
const MAXPARTS = 2
var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"