Skip to content

paveltsialnou/iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iris - sliding window

a terminal tool that displays a sliding window of lines with in-place updates using ansi escape codes

description

iris reads lines from stdin and displays a sliding window of the last n lines, updating in place. useful for monitoring log files or streaming output

installation

cargo install cargo-iris

usage

cargo install --force cargo-iris | iris -n3

notes

some cli outputs to the stderr - so use it like:

cargo install --force cargo-iris |& iris

options

  • -n, --lines <lines> - number of lines to display (default: 5)

license

mit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors