Cleanse
Clean up directories on your system of duplicate files, with option to either remove them or move to a different directory.
Usage
-delete
Bool - Delete files: default false
-directory string
String - Directory to Walk: default empty
-move
Bool - Move files to duplicate directory: default false
Examples:
cleanse -directory=files/
cleanse -directory=files/ -remove=true
cleasne -directory=files/ -move=true
Task List
- Add command line flag for removeing files.
- Add command line flag for moving files to duplicate folder for review.
- Add ability to move files from inner folders instead of single directories.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details