Converted to new project structure Check if db already exists Add vacuum for db cleanup Check if filehash already exits and write info to console
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
Breaking changes
Latest
Languages
C#
100%