|
|
baac74eb47
|
yaml fix
|
2022-10-19 12:51:54 +02:00 |
|
|
|
360dd28e20
|
add linter
|
2022-10-19 12:50:20 +02:00 |
|
|
|
1e36c148ff
|
get rid of global variables, makes testing way easier
|
2022-10-19 12:44:19 +02:00 |
|
|
|
399620de98
|
Added so we can use struct holding all configuration
|
2022-10-19 12:43:54 +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 |
|
|
|
0d6de3fe5b
|
add-fixes
|
2022-10-16 19:48:12 +02:00 |
|
|
|
ec23ae2e76
|
fix todo
|
2022-10-16 19:45:46 +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 |
|
|
|
9305f48639
|
added target to execute a single unit test manually
|
2022-10-16 16:37:26 +02:00 |
|
|
|
da276a1b50
|
replaced github.com/xhit/go-str2duration with my own func + tests
|
2022-10-16 15:30:34 +02:00 |
|
|
|
dfd3ab9b77
|
fixed version generation
|
2022-10-15 19:46:03 +02:00 |
|
|
|
d53b32b95e
|
updated Changelog
v1.0.10
|
2022-10-15 19:37:30 +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 |
|
|
|
839f33a7fc
|
unit test missing
|
2022-10-15 14:25:38 +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 |
|
|
|
aef545d51e
|
added open todo items I still had on the list
|
2022-10-15 14:02:46 +02:00 |
|
|
|
3249e1719f
|
some rewording of the NCOC and turn TODO into a md file
|
2022-10-15 14:02:09 +02:00 |
|
|
|
f830cc6256
|
updated
v1.0.9
|
2022-10-14 19:56:55 +02:00 |
|
|
|
7e01d54b08
|
added.
|
2022-10-14 19:52:02 +02:00 |
|
|
|
487ba6253d
|
Introduced changelog.
|
2022-10-14 19:51:45 +02:00 |
|
|
|
745d15b459
|
Made corrections to satisfy linter.
|
2022-10-14 19:51:19 +02:00 |
|
|
|
8e2ba58ddb
|
added -k parameter to sort by columns
v1.0.8
|
2022-10-13 18:56:34 +02:00 |
|
|
|
6eedb60a6a
|
minor update to current state
|
2022-10-11 18:50:58 +02:00 |
|
|
|
81fac864f1
|
using gh for release generation, fixed mkrel.sh to add version
|
2022-10-11 18:42:10 +02:00 |
|
|
|
e868b50c0f
|
Merge branch 'development'
v1.0.7
|
2022-10-11 18:34:11 +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 |
|
|
|
22ee24cfdf
|
Merge branch 'development'
|
2022-10-06 20:05:20 +02:00 |
|
|
|
34e2b8d855
|
fixed issuer #4, version string missing, and added some docs about pattern syntax
|
2022-10-06 20:02:40 +02:00 |
|
|
|
196833ed3c
|
Merge branch 'development'
v1.0.6
|
2022-10-05 19:17:34 +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 |
|
|
|
5be18e27c9
|
Merge branch 'development'
v1.0.5
|
2022-10-05 09:20:02 +02:00 |
|
|
|
2c410e1cb3
|
added -v flag, replace 'help' subcommand wich -m, more tests
|
2022-10-05 09:12:46 +02:00 |
|
|
|
1b622284a1
|
Merge branch 'development'
v1.0.4
|
2022-10-04 16:14:04 +02:00 |
|
|
|
404481c3dc
|
fixed badge uri and workflow name
|
2022-10-04 16:12:12 +02:00 |
|
|
|
15f437314a
|
Merge branch 'main' of github.com:TLINDEN/tablizer
|
2022-10-04 16:08:34 +02:00 |
|
|
|
3746c7f326
|
Merge branch 'development'
|
2022-10-04 16:06:59 +02:00 |
|
|
|
b7b638636d
|
removed circleci, added badge
|
2022-10-04 16:05:02 +02:00 |
|
|
|
dd13300c8b
|
add manpage to source (regen @ make)
|
2022-10-04 15:25:22 +02:00 |
|
|
|
a59a6cb7d8
|
fixed actions
|
2022-10-04 15:15:14 +02:00 |
|