scattered
scattered copied to clipboard
Add option to replace paths in files with hashed paths
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