Skip to content

Quartinocci/diffchecktron

Repository files navigation

Diffchecktron

license

A checksum based difference checker made with Electron

Testing

  1. Clone the respoitory, or download the source code ZIP and extract it.

  2. Ensure that you have NodeJS and npm (Node's package manager) installed. You can check installation by doing node -v and npm -v in your terminal.

  3. In the project's root folder, run npm install to download the required dependencies.

  4. Run npm start to test / run the project.

Optional: run export ELECTRON_ENABLE_LOGGING=true to enable console logs.

Usage / Features

Mode1 : compare the checksum of two dragged and dropped files.

(TODO) Mode2 : compare the checksum of a dragged and dropped file and another checksum

Checksums supported: MD5, (TODO)SHA256, (TODO)SHA1

Contributing

This project has been done only to try Electron, feel free to fork it and continue it on your own. If forking remember to cite this project.

License

GPL

About

A checksum based difference checker made with electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published