Skip to content

aviddiviner/debounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debounce

debounce is a simple command-line utility for handling noisy processes, written in Go.

To install it, just go get github.com/aviddiviner/debounce

Usage

Tail lines from STDIN and output the last line to STDOUT, after receiving
nothing for a while.

Usage:
  debounce [options]

Example:
  tail -F * | debounce -d 100
  yes | head -50000 | debounce

Options:
  -d <ms>       Delay in milliseconds [default: 500].
  -h --help     Show this screen.

About

Simple command-line utility for debouncing STDIN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages