Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilado/duplicate-destroyer
A python script to iterate through directories replacing identical files with symbolic links
https://github.com/danilado/duplicate-destroyer
filesystem python symlink utilities utility
Last synced: about 20 hours ago
JSON representation
A python script to iterate through directories replacing identical files with symbolic links
- Host: GitHub
- URL: https://github.com/danilado/duplicate-destroyer
- Owner: Danilado
- License: gpl-3.0
- Created: 2024-05-16T19:42:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T12:49:59.000Z (4 months ago)
- Last Synced: 2024-07-07T14:06:35.303Z (4 months ago)
- Topics: filesystem, python, symlink, utilities, utility
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duplicate-destroyer
A python script to iterate through directories replacing identical files with symbolic linksAll the configuration is done through constants inside the python file
Made in ~2 hours to remove all the duplicate .sh files in my repo for the C programming language