8000 GitHub - squioc/lilt: Lilt is a little library to copy input data to output on a regular interval
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

squioc/lilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lilt

Lilt is a little library (and tool) to copy input data to output on a regular interval

Tool companion

Lilt command line tool copies stdin data to sdtout data on a regular interval.

Installation

$ go get github.com/squioc/lilt/cmd/lilt

Usage

As a terminal,

$ lilt [--period <period>]

with <period> the number of milliseconds between each line copy.

When Lilt is a terminal, it generates a new line at each period until SIGINT (CTRL+C) is catched.

As reading the output of another program,

$ cat test.txt | lilt [--period <period>]

About

Lilt is a little library to copy input data to output on a regular interval

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0