debounce

command module
v0.0.0-...-38b2445 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2017 License: MIT Imports: 6 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL