Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/diffstream
https://github.com/johnandersen777/diffstream
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnandersen777/diffstream
- Owner: johnandersen777
- Created: 2016-02-24T19:55:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T19:55:29.000Z (over 8 years ago)
- Last Synced: 2024-10-24T09:12:17.735Z (25 days ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
diffstream
---diffstream lets you take data coming in as a stream and compare it to existing
data. If the stream matches the existing data then it outputs nothing.Usage: `Usage: tail -f somefile | diffstream comparefile`