summaryrefslogtreecommitdiff
path: root/internal/colour
AgeCommit message (Collapse)Author
2026-03-13chore: complete code quality audit fixesv1.2.6Paul Buetow
- Fixed failing test in config_test.go (hardcoded date) - Addressed unchecked error returns from Close() operations - Refactored large functions to follow SRP (run.go and main.go) - Added documentation to exported identifiers - Fixed linting errors (error message capitalization, errcheck) - Bumped version to v1.2.6
2025-02-08more use of tablesPaul Buetow
2025-02-05use of generic ascii table packagePaul Buetow
2025-01-06colour function names to be more consistentPaul Buetow
2025-01-06refactor colors a bitPaul Buetow
2025-01-03add warning when there is no hashtagPaul Buetow
2024-12-11refactor a bit againPaul Buetow
2024-12-01change colourPaul Buetow
2024-11-08change of colorsPaul Buetow
2024-11-08dont use logger but color outputterPaul Buetow
2024-11-04increase rate when there are soo posts scheduledPaul Buetow
2024-11-04improved stats colorPaul Buetow
2024-11-04add table output for statsPaul Buetow
2024-11-01add colour packagePaul Buetow