Changelog
a2cca07 Added .goreleaser.yml
cd139bf Added HighlightConfig to allow case insensitivity. Added flag support.
eeb926e Changed to highlight only matching parts, if needed the user can use .word. to highlight the whole line. Added more tests.
d2fb763 Create .travis.yml
4193082 Create go.yml
93ba79f Handle regexp.Compile errors, showing the expression that caused the error
04d3b5e Implementation of multiple matching expressions per line. Needs refactor.
d45801b Initial commit
e71c142 Initial commit. Basic implementation. Accepts multiple input regexes as args. Assigns a color for each regex and prints lines matching.
7c7623a Merge branch 'main' of https://github.com/haroflow/logh
6525e6a Merge branch 'master'
e4859f2 Ran go mod tidy, to add fatih/color as direct dependency
5df7a15 Refactor and cleanup of the new highlight implementation. Changed tests to get 100% coverage.
1c2f6d3 Removed failing future tests
eaead21 Renamed cli/main.go to cli/logh.go to facilitate go build/install
d7c18e1 Update .travis.yml
50c9f4a Update .travis.yml
3a2ad12 Update .travis.yml
0f1bc76 Update README.md
d2c3447 Update README.md
e6f046f Update README.md
bfa6366 Update README.md
0ae4a02 Update README.md
17305c3 Update README.md
7b8cffc Update go.yml
2a82f3a Updated .travis.yml