Checksums every file under the current directory.
Go to file
ProfessionalUwU 846b983caa
Major changes
Now using an SQlite database to store the file hash plus a bunch of other information
2023-06-24 01:04:11 +02:00
.editorconfig Minor code cleanup and some more stuff 2023-06-04 23:44:03 +02:00
.gitignore Initial commit 2023-05-16 00:43:47 +02:00
chksum.cs Major changes 2023-06-24 01:04:11 +02:00
chksum.csproj Add SQlite package 2023-06-23 22:38:32 +02:00
debugchksum.cs Add debug version 2023-05-21 00:13:23 +02:00
justfile Minor code cleanup and some more stuff 2023-06-04 23:44:03 +02:00
LICENSE Initial commit 2023-05-16 00:39:16 +02:00
Program.cs Major changes 2023-06-24 01:04:11 +02:00
README.md Update README.md 2023-06-23 22:34:00 +02:00

chksum

Checksums every file under the current directory

Run Locally

Clone the project

git clone https://gitea.hopeless-cloud.xyz/ProfessionalUwU/chksum.git

Go to the project directory

cd chksum

Install dependencies

pacman -S dotnet-runtime dotnet-sdk

Build project

dotnet build chksum.csproj

Publish project

dotnet publish --configuration Release chksum.csproj

Go to the publish folder

cd bin/Release/net7.0/linux-x64/publish

Run executable

./chksum