checksumo

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2021 License: MIT Imports: 5 Imported by: 0

README

checksumo

logo

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
  • MD5

Supports cancellation of verification if desired.

Installation

This application targets Ubuntu 18.04 and later, though the only requirement is to have GTK+ 3.22 or later installed.

Via apt repository

An apt repository is provided. It is made out of GitHub Releases and packages are served via HTTPS protocol, but they are not signed.

echo "deb [trusted=yes] https://github.com/dawidd6/checksumo/releases/download/repo ./" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install checksumo
From released binary

Head over to Releases section of this repository, grab the .deb file and install it via dpkg.

From source

Needs libgtk-3-dev package on Debian-based distributions.

make
make install

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL