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.
- Host: GitHub
- URL: https://github.com/lexionq/gompare
- Owner: lexionq
- License: gpl-3.0
- Created: 2025-08-21T13:10:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T14:36:13.000Z (8 months ago)
- Last Synced: 2025-08-30T10:38:36.248Z (8 months ago)
- Topics: compare, currency, go, go-cli, golang, hash
- Language: Go
- Homepage:
- Size: 2.85 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gompare
File hash comparison tool. Written in Go.

## 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
```