An open API service indexing awesome lists of open source software.

https://github.com/lexionq/gompare

Compare the accuracy of the files you downloaded with gompare.
https://github.com/lexionq/gompare

compare currency go go-cli golang hash

Last synced: about 1 month ago
JSON representation

Compare the accuracy of the files you downloaded with gompare.

Awesome Lists containing this project

README

          

# gompare

File hash comparison tool. Written in Go.


GitHub License

GitHub Release


GitHub go.mod Go version
GitHub Actions Workflow Status
GitHub last commit

## Usage

- Compare files:

`gompare --file `

- Compare file&hash:

`gompare --hash `

## Installation

- Enter [this GitHub repo](https://github.com/lexionq/gompare)

- Download file named `gompare`

- Run this commands:

```bash
chmod +x gompare
sudo mv gompare /usr/bin/gompare
```