mini-log-viewer 1.1.0

Mini Log Viewer
mini-log-viewer-1.1.0 is not a library.

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.