scattered icon indicating copy to clipboard operation
scattered copied to clipboard

Add option to replace paths in files with hashed paths

Open earthboundkid opened this issue 7 years ago • 0 comments

Procedure:

  • [ ] Make a list of paths when walking the directory
  • [ ] Go through files and make a graph of file references
  • [ ] Use Tarjan algorithm to find circular path references
  • [ ] Treat each circular group as one file and hash together
  • [ ] Make new files with paths replaced by hashed URL

earthboundkid avatar Jan 26 '18 14:01 earthboundkid