|
|
eddd4e4180
|
add feature request template
|
2022-11-03 20:12:26 +01:00 |
|
|
|
0d05505493
|
Merge branch 'main' into development
|
2022-11-03 20:09:10 +01:00 |
|
T.v.Dein
|
a461dba10d
|
Merge pull request #6 from TLINDEN/issue-template
Update issue templates
|
2022-11-03 20:08:42 +01:00 |
|
T.v.Dein
|
ca71f8a572
|
Update issue templates
|
2022-11-03 19:59:19 +01:00 |
|
|
|
60230eb1f6
|
added show-version target
|
2022-11-03 19:51:42 +01:00 |
|
|
|
315e8d5363
|
fix changelog
|
2022-11-03 19:30:55 +01:00 |
|
|
|
88d078a535
|
fix to be able to run 'make' on systems w/o perl
|
2022-11-03 19:26:57 +01:00 |
|
|
|
74ab3a1804
|
version bump
v1.0.13
|
2022-11-03 13:16:02 +01:00 |
|
|
|
2d8614fa0f
|
demo gif
|
2022-11-03 13:11:09 +01:00 |
|
|
|
c8bad4df1a
|
check completion errors
|
2022-11-02 14:33:48 +01:00 |
|
|
|
335b2665f2
|
turned completion subcommand into option
|
2022-11-01 11:40:36 +01:00 |
|
|
|
8552270a68
|
added completion support
|
2022-10-31 16:19:12 +01:00 |
|
|
|
6f49b76607
|
added demo generator
|
2022-10-27 19:24:22 +02:00 |
|
|
|
4653eaca09
|
added demo generator
|
2022-10-27 19:23:48 +02:00 |
|
|
|
722eea7e7b
|
add asciicast demo
|
2022-10-27 19:22:36 +02:00 |
|
|
|
304f2182ac
|
js doesnt work, try image
|
2022-10-27 19:18:09 +02:00 |
|
|
|
73908b1661
|
added ascii cast
|
2022-10-27 19:16:41 +02:00 |
|
|
|
105ba96757
|
-A was not implemented, oops!
|
2022-10-27 18:38:46 +02:00 |
|
|
|
0681f67bc6
|
fix release link
|
2022-10-26 12:38:08 +02:00 |
|
|
|
066ddd0d98
|
re-organized pattern matching code
v1.0.12
|
2022-10-25 18:34:28 +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 |
|
|
|
5c42f7ab9a
|
check pattern on startup
|
2022-10-24 14:49:23 +02:00 |
|
|
|
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 |
|
|
|
e54435c2e4
|
added support for environment variables
|
2022-10-22 10:21:39 +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
v1.0.11
|
2022-10-19 19:32:41 +02:00 |
|
|
|
90872e0c60
|
fix linter errors
|
2022-10-19 12:57:50 +02:00 |
|
|
|
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 |
|