Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnvillalovos/hardlinkpy
Program to hard link duplicate files on Linux systems
https://github.com/johnvillalovos/hardlinkpy
Last synced: about 1 month ago
JSON representation
Program to hard link duplicate files on Linux systems
- Host: GitHub
- URL: https://github.com/johnvillalovos/hardlinkpy
- Owner: JohnVillalovos
- License: gpl-2.0
- Created: 2015-11-01T04:58:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T00:17:17.000Z (over 4 years ago)
- Last Synced: 2024-02-19T13:11:04.244Z (9 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# hardlinkpy
Program to hardlink identical files together on Linux. This can possibly save a
large amound of space depending on how many duplicate files there are.There have been reports of this working on MacOS. So it might work there too.
This program requires Python 3.6 or higher to run.