3 unstable releases

0.2.4 Aug 26, 2019
0.1.1 Aug 26, 2019
0.1.0 Aug 26, 2019

#745 in Command-line interface

Download history 4/week @ 2023-11-13 6/week @ 2023-11-20 14/week @ 2023-11-27 3/week @ 2023-12-04 6/week @ 2023-12-11 7/week @ 2023-12-25 3/week @ 2024-01-01 3/week @ 2024-01-22 6/week @ 2024-01-29 1/week @ 2024-02-05 16/week @ 2024-02-12 68/week @ 2024-02-19

91 downloads per month

Apache-2.0

10KB
161 lines

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.

Dependencies

~235KB