sfv-cli
v0.11.0
Published
CLI tool to verify and create SFV files
Downloads
35
Maintainers
Readme
sfv-cli
CLI tool to verify and create SFV files (see Simple File Verification). This package also introduces an extended SFV-like file format (.sfvx
), which supports modern hashing algorithms.
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-sfv
to avoid naming conflicts
Options
Running sfv --help
lists all available flags
-V, --version output the version number
-a, --algorithm [algorithm] specifies hashing algorithm
-F, --fail-fast stops execution after first error (default: false)
-f, --format aligns checksums (default: false)
-o, --output <file> specifies output file
-p, --print prints SFV file to stdout (default: false)
-s, --sort sorts output (default: false)
-w, --winsfv enables WinSFV compatibility (default: false)
-h, --help display help for command
Related
License
This work is licensed under The MIT License