3 stable releases
1.1.0 | Apr 13, 2024 |
---|---|
1.0.1 | Apr 12, 2024 |
#150 in Visualization
400KB
408 lines
Mini Log Viewer
mlv
is a small log viewer application that works with files and streams.
# Reading a file
mlv /path/to/file.log
# Reading Journalctl output
mlv -p journal-json <(journalctl -o json -f)
# Reading from a remote machine
mlv <(ssh user@host "cat /path/to/remote.log")
Installation
This crate can be installed via cargo
with:
cargo install mini-log-viewer
Don't forget, the installed binary is called mlv
.
Dependencies
~11–29MB
~463K SLoC