mlv

Mini Log Viewer

GPL-3.0 License

Downloads
1.7K
Stars
3

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.

Package Rankings
Badges
Extracted from project README
Crates.io Build Clippy