
Installation • Command-line completion • Man documentation • Usage • CI Status • Contributing • License
lj is is a tool for viewing JSON logs.
Installation
From source
To build the lj from scratch, make sure you have a working Go 1.23+ workspace (instructions), then:
go install github.com/essentialkaos/lj@latest
Prebuilt binaries
You can download prebuilt binaries for Linux and macOS from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) lj
Command-line completion
You can generate completion for bash, zsh or fish shell.
Bash:
sudo lj --completion=bash 1> /etc/bash_completion.d/lj
ZSH:
sudo lj --completion=zsh 1> /usr/share/zsh/site-functions/lj
Fish:
sudo lj --completion=fish 1> /usr/share/fish/vendor_completions.d/lj.fish
Man documentation
You can generate man page using next command:
lj --generate-man | sudo gzip > /usr/share/man/man1/lj.1.gz
Usage

CI Status
| Branch |
Status |
master |
 |
develop |
 |
Contributing
Before contributing to this project please read our Contributing Guidelines.
License
Apache License, Version 2.0
