T.v.Dein
6fccd1287b
Feature additions ( #11 )
...
* add color table support (using alternating colorization of rows) using new flag `-L`
* add config file support (HCL format) using `~/.config/tablizer/config` or `-f <file>` so the user can customize colors
* removed golang 1.17 support
2023-11-22 14:16:43 +01:00
1acbdbc674
added --no-headers flag to disable header display in tabular modes
2023-04-21 09:52:05 +02:00
417faf3ff2
fixed #5 , colorization now always works as expected
2022-10-25 14:24:05 +02:00
001021dac8
Workaround for issue#3: text containing tag like content is not colorized properly.
2022-10-24 17:55:31 +02:00
138ae51936
added CSV output mode, enhanced parser tests
2022-10-23 16:57:30 +02:00
975510c86a
using enum modeflags, use my own usage template, generated from manpage so I don't have to maintain it twice, it's also nicer
2022-10-21 10:21:07 +02:00
90872e0c60
fix linter errors
2022-10-19 12:57:50 +02:00
1e36c148ff
get rid of global variables, makes testing way easier
2022-10-19 12:44:19 +02:00
4481f59eda
no need to return string when using io.Writer anyway
2022-10-17 23:40:53 +02:00
1b2f51dcaf
Changed print funcs to use an io.Writer, reimplemented print tests
2022-10-17 20:04:05 +02:00
76930ab45a
added yaml output mode support (-o yaml or -Y)
2022-10-16 19:44:26 +02:00
8e2ba58ddb
added -k parameter to sort by columns
2022-10-13 18:56:34 +02:00
b9ed7d8cb7
fixed -X output in combination with -c
2022-10-11 13:47:34 +02:00
f890596b4c
added pattern highlighting support
2022-10-10 20:14:51 +02:00
85277bbf5e
more refactoring, fixed bug in shell mode output, fixed default
...
Separator and fixed #3
2022-10-05 16:43:51 +02:00
76f49a532f
added shell mode output
2022-10-03 13:28:04 +02:00
3fd2e6ac2f
use pointer of Tabdata, so there's only 1 copy around
2022-10-03 13:11:39 +02:00
4ca3a56280
refactored output printer, now using tablewriter
2022-10-01 14:14:53 +02:00
19dabb7385
reorganized directory and package structure
2022-09-30 19:14:58 +02:00