Skip to content

Hawkynt/Filesystem-Toolbox

Repository files navigation

Filesystem-Toolbox

Tools to mess with the filesystem

TODO: always visible in systray - single instance application function: check file consistency * let user configure folders to be observed * create database file containing hashes of files in directory and all subdirectories * class implementing IDictionary<string,string> * single file for all hashes * starting at eof is size of kvp to skip backwards to next kvp * add key stored at end of file * update key stored at end of file, mark previous key as deleted * deleted keys stored as marker * periodically optimize file, removing all updated keys * in-memory cache class implementing IDictionary<string,string> * install FSW to update checksums whenever files get modified/created/deleted * periodically check folders against db and inform user with list of (broken) files * ask for confirmation and update db * allow configuring task to execute when broken files occur, allow task on each individual file and for all files at once function: find-duplicates and replace with hard-links on ntfs * allow setting read-only attribute for all hard-links to avoid ntfs hard-link behavior bug (ie. does not copy on write)

About

Tools to mess with the filesystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages