Skip to content

ewpratten/mlv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages