An open API service indexing awesome lists of open source software.

https://github.com/meain/logscroll

Provide a limited window for logs
https://github.com/meain/logscroll

loggin rust-lang terminal window

Last synced: 23 days ago
JSON representation

Provide a limited window for logs

Awesome Lists containing this project

README

        

# Logscroll [![Build Status](https://travis-ci.org/meain/logscroll.svg?branch=master)](https://travis-ci.org/meain/logscroll)

> Provide a limited window for logs



### 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 `` and ``

```
log_generating_command | logscroll
```

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