| Crates.io | logviewer |
| lib.rs | logviewer |
| version | 0.11.0 |
| created_at | 2026-01-09 08:00:07.765302+00 |
| updated_at | 2026-01-13 14:33:16.386989+00 |
| description | A terminal-based log viewer |
| homepage | |
| repository | https://github.com/SuperKenVery/tuilog |
| max_upload_size | |
| id | 2031778 |
| size | 980,490 |
View and stream your logs in TUI or GUI.
Screenshot: viewing Cargo.lock in this app

(kw1 && !kw2) || kw3, kw can be regular expressions.cargo binstall logviewer
# View local file and watch for new content
cargo run -- file.log
# Listen at port and stream logs from network.
# It's just TCP connection, so you can `nc` on the other end.
cargo run -- --listen 8080