sfv-cli
TypeScript icon, indicating that this package has built-in type declarations

0.11.0 • Public • Published

sfv-cli

License Version Build

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.

Screenshot

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

Package Sidebar

Install

npm i sfv-cli

Weekly Downloads

19

Version

0.11.0

License

MIT

Unpacked Size

12.2 kB

Total Files

7

Last publish

Collaborators

  • idleberg