Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/shuttercat
https://github.com/solidsnack/shuttercat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/solidsnack/shuttercat
- Owner: solidsnack
- License: other
- Created: 2012-12-01T19:55:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-11T16:25:55.000Z (almost 12 years ago)
- Last Synced: 2023-04-09T12:18:39.687Z (over 1 year ago)
- Language: Haskell
- Size: 234 KB
- Stars: 1
- Watchers: 3
- 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 intervalsSYNOPSIS
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.