3 stable releases

1.1.0 Apr 13, 2024
1.0.1 Apr 12, 2024

#33 in Visualization

Download history 312/week @ 2024-04-07 71/week @ 2024-04-14

383 downloads per month

GPL-3.0 license

400KB
408 lines

Mini Log Viewer

Crates.io Build Clippy

mlv is a small log viewer application that works with files and streams.

A screenshot of MLV in use

# 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–31MB
~461K SLoC