Skip to content

alexmx6/filechecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File checker

This is a simple implementation of file checks using sha hash algorithm.

  • UTF-8 support
  • Recursive search
  • File statuses

File statuses

Currently this program supports 5 status types.

  1. Added
  2. Removed
  3. Renamed
  4. Moved
  5. Modified

text

Usage

Usage: filecheck.exe <pathToDir> <mode>

pathToDir: Path to check directory

mode: r or w

  • r: Read all files in directory and compare it with old hashes stored in checksums.json
  • w: Write all hashes of files to checksums.json

Used dependecies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages