summaryrefslogtreecommitdiff
path: root/internal/color
AgeCommit message (Collapse)Author
2025-06-24Fix fmt.Errorf non-constant format string errors in multiple packagesPaul Buetow
- Fixed fmt.Errorf calls in integrationtests/fileutils.go - Fixed fmt.Errorf calls in integrationtests-old/fileutils.go - Fixed fmt.Errorf calls in internal/color/color.go - Fixed t.Errorf call in internal/mapr/logformat/default_test.go All tests now pass with Go 1.24's stricter format string requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2021-11-02Bugfix: Dealing correctly with files without newline characters, also add ↵Paul Buetow
more tests
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2021-10-02mapreduce tables are in colors now tooPaul Buetow
2021-09-07Produce MAPREDUCE lines, can aggregate these via default log formatPaul Buetow
2021-09-06fine tweak color schemaPaul Buetow
2021-09-06REMOTE and CLIENT colors are brushed correctly too nowPaul Buetow
2021-09-05-colorTable in combination with -debug prints whole sample paragraphs inPaul Buetow
all color combinations.
2021-09-05fix unit testPaul Buetow
2021-09-05finalize new default color schemaPaul Buetow
2021-08-281. Major performance gain by not checking for file truncation aftterPaul Buetow
each bytes read. 2. Introduce field separator to the protocol package.
2021-08-12add missing brush and also add color client configs plus jsonschemaPaul Buetow
2021-08-11add paint.goPaul Buetow
2021-08-11add colorTable optionPaul Buetow
2021-08-10can compile with new color codesPaul Buetow
2021-08-10add color unit testPaul Buetow
2021-08-09change paint APIPaul Buetow
2021-08-09we have all basic ansi text color codes and attributes now. we can alsoPaul Buetow
convert a string to a corresponding code (e.g. from a config file).
2021-07-31more on configurable colorsPaul Buetow
2021-07-30initial color config supportPaul Buetow
2020-12-26code cleanup and minor refactoringsPaul Buetow
2020-01-21Move commands to cmd/ and move internal dependencies to internal/Paul Bütow