| Crates.io | mini-log-viewer |
| lib.rs | mini-log-viewer |
| version | 1.1.0 |
| created_at | 2024-04-12 23:24:20.002749+00 |
| updated_at | 2024-04-13 15:37:51.103167+00 |
| description | Mini Log Viewer |
| homepage | https://github.com/ewpratten/mlv |
| repository | https://github.com/ewpratten/mlv |
| max_upload_size | |
| id | 1207235 |
| size | 531,670 |
mlv is a small log viewer application that works with files and streams.

# 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")
This crate can be installed via cargo with:
cargo install mini-log-viewer
Don't forget, the installed binary is called mlv.