/GCheckSum

GUI frontend for system.util sums

Primary LanguageC++GNU General Public License v3.0GPL-3.0

GCheckSum

GCheckSum is GUI frontend for Unix system.util sums. It's written with C++ && Qt framework. A very simple GUI where you can select file and calculate sums or compare sums.

Sums:

  • sum
  • cksum
  • md5sum
  • sha1sum
  • sha224sum
  • sha256sum
  • sha384sum
  • sha512sum

Dependencies

  • qt5-base

Screenshots

alt tag alt tag alt tag

Install

For now there is packages only for Arch GNU/Linux. I will try to make .deb and .rpm packages. If you want to help please contact me.

Arch && Arch-based GNU/Linux

Just run following command:

yaourt -S gchecksum

Or download pkg package:

Binaries(it may not work :/)

You can download binaries:

Build by yourself

Download source and in source root run following commands:

qmake-qt5
make

Executable will be at build/target.

Links