mini-log-viewer

Crates.iomini-log-viewer
lib.rsmini-log-viewer
version1.1.0
sourcesrc
created_at2024-04-12 23:24:20.002749
updated_at2024-04-13 15:37:51.103167
descriptionMini Log Viewer
homepagehttps://github.com/ewpratten/mlv
repositoryhttps://github.com/ewpratten/mlv
max_upload_size
id1207235
size531,670
Evan Pratten (ewpratten)

documentation

https://docs.rs/mini-log-viewer

README

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.

Commit count: 14

cargo fmt