# Logscroll [](https://travis-ci.org/meain/logscroll)
> Provide a limited window for logs
<p align="center">
<img src="https://i.imgur.com/UxXH6cU.gif">
</p>
### Installation
You could download the latest binary from the [`releases`](https://github.com/meain/logscroll/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>`
```
*When it is not running using a tty, it just forewords the logs.*