https://github.com/solidsnack/shuttercat
https://github.com/solidsnack/shuttercat
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solidsnack/shuttercat
- Owner: solidsnack
- License: other
- Created: 2012-12-01T19:55:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-11T16:25:55.000Z (over 13 years ago)
- Last Synced: 2025-03-05T17:08:17.706Z (over 1 year ago)
- Language: Haskell
- Size: 234 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.