Introduction
lmchecksum is a small and simple CLI tool for checking the validity of a checksum.
Installation
You can install lmchecksum using go install:
go install go.lorenzomilicia.dev/lmchecksum@v2.0.0
How to use
To quickly check the validity of a SHA-256 checksum, use
lmchecksum validate <file> <checksum>
For the full commands guide check the commands section.
Last modified: 02 November 2023