Skip to content

Releases: code-with-auto/loq

v0.1.0

20 Dec 20:41

Choose a tag to compare

loq v0.1.0

Initial release of loq - fast, friendly CLI log analyzer.

Features

  • Auto-detect log formats (JSON, Apache, Nginx, Syslog, CLF)
  • Simple query syntax: loq app.log where level=error
  • SQL-like queries supported
  • Aggregations: count, group by, sum, avg
  • Multiple output formats: color, table, JSON, CSV
  • Streaming and tail mode
  • Custom format support via config

Install

npm install -g loq-cli # or bun add -g loq-cli

Docs

https://code-with-auto.github.io/loq/