aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/outputs.go
AgeCommit message (Collapse)Author
2025-08-05Add headings category to query langJP Appel
2025-07-28Resolve multiple todosJP Appel
2025-07-28Add yaml output formatJP Appel
2025-07-23Implement basic server over unix datagramJP Appel
2025-07-19Improve command documentation and query outputJP Appel
Add flags to change document and list separator in query output. Simplified cutom output format handling.
2025-07-18Add newline to default outputerJP Appel
2025-07-13Correct multi-doc json outputJP Appel
2025-07-02Add WriteTo like methods to Outputter interfaceJP Appel
The additional methods `OutputOneTo` and `OutputTo` allow outputting a document or documents directly to a writer.
2025-06-30Implement compiled query executionJP Appel
2025-06-15Update tests and fix minor bugsJP Appel
2025-06-14Move clause tree optimizationsJP Appel
2025-05-05Remembered switch statements existJP Appel
2025-05-02Implement json outputJP Appel
2025-04-28Add document output formattingJP Appel