sfv-cli
v0.12.0
Published
CLI tool to verify and create SFV files
Maintainers
Readme
sfv-cli
CLI tool to verify and create SFV files (see Simple File Verification).

Installation
$ npm install --global sfv-cli
For single-time use, you can try npx:
$ npx sfv-cli vlc.sfv
Usage
You can now use the sfv command in your Terminal emulator:
# Create .sfv
$ sfv vlc.exe -o vlc.sfv
# Verify .sfv
$ sfv vlc.sfv[!NOTE]
You can also use
node-sfvto avoid naming conflicts
Options
Running sfv --help lists all available flags
-V, --version output the version number
-o, --outfile <file> writes SFV file (default: false)
-h, --help display help for commandRelated
License
This work is licensed under The MIT License
