A powerful CLI tool that puts log analytics at your fingertips. This is the Python Proof of Concept repository; the main version is written in Rust.
- Live filtering of data from other processes, replacing
grep - Use shell commands or files as input, save sessions and come back later
- Replace regex/filter without killing the process or losing the stream's history
- Parse logs using user-defined rules, apply analytics methods on top
- Pure Python, fully type hinted, zero dependencies
There are several options to install this app.
pip install logria
There are a few main ways to invoke Logria:
- Directly:
logria- Opens to the setup screen
- With args:
logria -e 'tail -f log.txt'- Opens a pipe to
tail -f log.txtand skips setup logria -hwill show the help page with all possible options
For more details, see Sample Usage Session.
| Key | Command |
|---|---|
: |
command mode |
/ |
regex search |
h |
if regex active, toggle highlighting of matches |
i |
toggle insert mode (default off) |
s |
swap reading stdin and stdout |
p |
activate parser |
a |
toggle analytics mode when parser is active |
z |
deactivate parser |
| ↑ | scroll buffer up one line |
| ↓ | scroll buffer down one line |
| → | skip and stick to end of buffer |
| ← | skip and stick to beginning of buffer |
Here are some of the ways you can leverage Logria:
See session docs.
See patterns docs.



