https://github.com/bcc32/sfv-check
Simple SFV file verifier
https://github.com/bcc32/sfv-check
golang sfv tap
Last synced: 28 days ago
JSON representation
Simple SFV file verifier
- Host: GitHub
- URL: https://github.com/bcc32/sfv-check
- Owner: bcc32
- Created: 2017-08-27T20:23:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T04:12:24.000Z (over 8 years ago)
- Last Synced: 2025-12-08T23:51:02.749Z (7 months ago)
- Topics: golang, sfv, tap
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sfv-check
A simple utility for verifying file contents as specified by an
[SFV](https://en.wikipedia.org/wiki/Simple_file_verification) file.
## Usage
```
Usage: sfv-check SFV-FILE [SFV-FILE]...
-q suppress OK output for each correct file (shorthand)
-quiet
suppress OK output for each correct file
```