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
- Host: GitHub
- URL: https://github.com/meain/logscroll
- Owner: meain
- License: apache-2.0
- Created: 2019-08-26T11:13:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T12:49:22.000Z (over 5 years ago)
- Last Synced: 2025-02-09T00:18:12.132Z (3 months ago)
- Topics: loggin, rust-lang, terminal, window
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Logscroll [](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.*