Releases: code-with-auto/loq
Releases · code-with-auto/loq
v0.1.0
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