logscroll

Crates.iologscroll
lib.rslogscroll
version0.2.4
sourcesrc
created_at2019-08-26 11:12:14.594356
updated_at2019-08-26 12:49:31.86951
descriptionProvide a limited window for logs
homepagehttps://github.com/meain/logscroll
repositoryhttps://github.com/sharkdp/lscolors
max_upload_size
id159731
size24,150
Abin Simon (meain)

documentation

README

Logscroll Build Status

Provide a limited window for logs

Installation

You could download the latest binary from the releases page or install it using cargo:

cargo install logscroll

Usage

You can just pipe any log to logscroll. It also accepts two optional args <height> and <width>

log_generating_command | logscroll <height> <width>

When it is not running using a tty, it just forewords the logs.

Commit count: 182

cargo fmt