Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawidd6/checksumo
:file_folder: A simple application for verifying specified file against given hash, written in Go with GTK+3 graphical interface
https://github.com/dawidd6/checksumo
application desktop glade gnome go golang gtk gtk3 gui hash md5 mvp sha256 sha512
Last synced: 29 days ago
JSON representation
:file_folder: A simple application for verifying specified file against given hash, written in Go with GTK+3 graphical interface
- Host: GitHub
- URL: https://github.com/dawidd6/checksumo
- Owner: dawidd6
- License: mit
- Archived: true
- Created: 2020-12-25T15:11:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T02:51:19.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:30:35.867Z (4 months ago)
- Topics: application, desktop, glade, gnome, go, golang, gtk, gtk3, gui, hash, md5, mvp, sha256, sha512
- Language: Go
- Homepage:
- Size: 3.34 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - checksumo
README
Checksumo
A simple application for verifying specified file against given hash, written in Go with GTK+3 graphical interface.
Automatically detects the following hash types:
- SHA-256
- SHA-512
- MD5Supports cancellation of verification if desired.
## Gallery
![](data/screenshots/check1.png?raw=true)
![](data/screenshots/check2.png?raw=true)
![](data/screenshots/check3.png?raw=true)
![](data/screenshots/check4.png?raw=true)
![](data/screenshots/check5.png?raw=true)
## Installation
### Flatpak
Click the Flathub badge above for more information.
### Source
To build and run this software, one needs to have:
- **GTK** `>=3.24`
- **Go** `>=1.11`
- **Meson** `>=0.48`then execute below commands:
```shell script
meson build
sudo meson install -C build
```