|
|
5e65726cb0
|
cleanup
|
2022-10-24 14:05:50 +02:00 |
|
|
|
138ae51936
|
added CSV output mode, enhanced parser tests
|
2022-10-23 16:57:30 +02:00 |
|
|
|
b5c802403b
|
added CSV parsing support, enabled with -s
|
2022-10-22 12:27:33 +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 |
|
|
|
9dd2a49d9b
|
adapted version generation to cfg module, added and fixed unit tests
|
2022-10-19 19:32:41 +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 |
|
|
|
5d10875a3f
|
fix pointer bug, mockdata have been overwritten by go test everytime,
now use a const struct via func.
|
2022-10-18 19:45:09 +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 |
|
|
|
a77e4dbc5a
|
added NumberizeHeaders() unit test
|
2022-10-16 16:37:47 +02:00 |
|
|
|
da276a1b50
|
replaced github.com/xhit/go-str2duration with my own func + tests
|
2022-10-16 15:30:34 +02:00 |
|
|
|
3edbd53ef8
|
bump version
|
2022-10-15 19:33:07 +02:00 |
|
|
|
9c49b78593
|
added unit test + docs for the various sort modes.
|
2022-10-15 19:31:42 +02:00 |
|
|
|
ca87c339b0
|
added support to sort by time, duration, numerical
|
2022-10-15 17:05:15 +02:00 |
|
|
|
fd74628259
|
added unit test for descending order, fixed deduplication bug
|
2022-10-15 16:27:04 +02:00 |
|
|
|
ebd391df63
|
added -D to alter sort order to descending order (default: ascending)
|
2022-10-15 14:24:43 +02:00 |
|
|
|
752406815c
|
catch incomplete rows and fill them with empty string[s]
|
2022-10-15 14:15:36 +02:00 |
|
|
|
4ec6ccd0fd
|
added support for regexp in -c parameter, added deduplication as well
|
2022-10-15 14:03:30 +02:00 |
|
|
|
745d15b459
|
Made corrections to satisfy linter.
|
2022-10-14 19:51:19 +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 |
|
|
|
6ae4a1b6d9
|
added test for -X output
|
2022-10-11 09:11:33 +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 |
|
|
|
26e50cf908
|
fix #1: use scanner.Split() instead of splitting by header position
boundaries, since this splitting cuts utf-8 chars which causes
distorted output.
|
2022-10-05 12:55:33 +02:00 |
|
|
|
2c410e1cb3
|
added -v flag, replace 'help' subcommand wich -m, more tests
|
2022-10-05 09:12:46 +02:00 |
|
|
|
b7b638636d
|
removed circleci, added badge
|
2022-10-04 16:05:02 +02:00 |
|
|
|
43dc4ff031
|
added dev version, changed go namespace, added inline manpage
|
2022-10-04 15:09:13 +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 |
|
|
|
65cbaddd5f
|
don't use die() anymore, butt dtd go errros
|
2022-10-03 12:57:49 +02:00 |
|
|
|
e6723a6951
|
continued refactoring, added more tests, better error handling
|
2022-10-02 14:22:31 +02:00 |
|
|
|
4ca3a56280
|
refactored output printer, now using tablewriter
|
2022-10-01 14:14:53 +02:00 |
|
|
|
c8ebf7fde2
|
added tests
|
2022-09-30 19:38:54 +02:00 |
|
|
|
19dabb7385
|
reorganized directory and package structure
|
2022-09-30 19:14:58 +02:00 |
|