Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidsnack/shuttercat


https://github.com/solidsnack/shuttercat

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

NAME
shuttercat - buffer and send input at timed intervals

SYNOPSIS
shuttercat [OPTION]...

OPTIONS
--above=TEXT
Lines placed above each chunk.

--below=TEXT
Lines placed below each chunk.

--help[=FMT] (default=pager)
Show this help in format FMT (pager, plain, or groff).

--ms=MILLIS (absent=25)
Cycle time in milliseconds.

--version
Show version information.

RECORD HANDLING
--csv
Send full CSV records (lines, accounting for quoting).

--nl
Send full lines (the default).

--raw
Send whatever bytes are ready at each tick.