replace pipe to less with bubbletea internal pager (#57)

This commit is contained in:
T.v.Dein
2025-08-26 10:22:03 +02:00
committed by GitHub
parent 5168b04339
commit f1c5ee5797
6 changed files with 168 additions and 28 deletions

View File

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