https://github.com/n8henrie/pdupes
https://github.com/n8henrie/pdupes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n8henrie/pdupes
- Owner: n8henrie
- License: mit
- Created: 2017-07-27T17:50:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T00:33:47.000Z (over 7 years ago)
- Last Synced: 2025-01-28T06:16:06.970Z (4 months ago)
- Language: Python
- Size: 560 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pdupes
[](https://travis-ci.org/n8henrie/pdupes)
Python script to quickly find duplicate files, inspired by cwilper/pdupes.
- Free software: MIT
- Documentation: https://pdupes.readthedocs.org## Features
- Looks for duplicates by comparing file sizes, and running an MD5 hash check
on files with identical sizes.## Introduction
Just a for-fun project to write a duplicate file finder in Python.
## Dependencies
- Python >= 3.6
- See `requirements.txt`## Quickstart
1. `pip3 install pdupes`
- TODO### Development Setup
1. Clone the repo: `git clone https://github.com/n8henrie/pdupes && cd
pdupes`
1. Make a virtualenv: `python3 -m venv venv`
- TODO## Configuration
- TODO
## Acknowledgements
- https://github.com/mainkats/pdupes
## Troubleshooting / FAQ
- How can I install an older / specific version of pdupes?
- Install from a tag:
- pip install git+git://github.com/n8henrie/[email protected]
- Install from a specific commit:
- pip install git+git://github.com/n8henrie/pdupes.git@aabc123def456ghi789