Skip to content

Copy a file to a folder, if there's the same file in the folder elsewhere, then create a link. Command and manage tool.

Notifications You must be signed in to change notification settings

adf0001/UniqueCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

UniqueCopy

Copy a file to a folder, if there's the same file in the folder elsewhere, then create a link. Command and manage tool.

Plan

  1. file md5 calculating
  2. md5 key: md5 + md5-head-512, + size
  3. sqlite db
  4. a user folder with ".unique-copy" subfolder,
     [dest folder]
       [.unique-copy]		//config folder
         .unique-copy-tool	//config file, double click to open manage tool.
         .db			//database
  1. link to oldest file
  2. compare file, parent folder, ancester folder for oldest file
  3. db table [file] md5 key, is file flag, file path, file name, file date, file size

About

Copy a file to a folder, if there's the same file in the folder elsewhere, then create a link. Command and manage tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published