ewpratten / mlv

Mini Log Viewer

Home Page:https://ewp.fyi/mlv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mini Log Viewer

https://ewp.fyi/mlv

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%