-A CLI tool for easily verifying a downloaded file's checksum.
-
-Wouldn't it be nice if your computer compared the hash for you?
-
-![](img/fail.png)
-![](img/maybe.png)
-
-Read the MD5, SHA1 or SHA256 hash from:
-
-* Command line argument
-* SHASUMS-style check files (`-c`)
-* Raw hash in a file/STDIN (`-c`)
-* The clipboard (`-p`)
-
-...or just run `hashgood` against the input and receive all three at once.
-
-This program arose from dissatisfaction with the [workarounds required for traditional tools](https://thomask.sdf.org/blog/2019/05/05/techniques-for-verifying-shasums-conveniently.html).
-
-## Installing
-
-Pre-compiled binaries for common platforms can be downloaded [from the releases page](https://github.com/thombles/hashgood/releases). Otherwise you can build it yourself; see the next section.