Compare commits

..

1 Commits

Author SHA1 Message Date
22d18344a8 add support for negative filters (-F field!=regex) 2025-01-30 17:30:02 +01:00

View File

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