https://github.com/jeff-99/hashdex
A file indexer based on content hashes to quickly find duplicate files on your system.
https://github.com/jeff-99/hashdex
duplicate-files duplicatefilefinder file hash indexing
Last synced: 6 months ago
JSON representation
A file indexer based on content hashes to quickly find duplicate files on your system.
- Host: GitHub
- URL: https://github.com/jeff-99/hashdex
- Owner: jeff-99
- License: mit
- Created: 2017-09-04T19:45:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T11:54:17.000Z (over 5 years ago)
- Last Synced: 2025-09-28T04:05:51.426Z (10 months ago)
- Topics: duplicate-files, duplicatefilefinder, file, hash, indexing
- Language: Python
- Homepage: https://hashdex.readthedocs.io
- Size: 106 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
Hashdex
=======
.. image:: https://img.shields.io/pypi/v/hashdex.svg
:target: https://pypi.python.org/pypi/hashdex
.. image:: https://img.shields.io/travis/jeff-99/hashdex.svg
:target: https://travis-ci.org/jeff-99/hashdex
.. image:: https://readthedocs.org/projects/hashdex/badge/?version=latest
:target: https://hashdex.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/jeff-99/hashdex/shield.svg
:target: https://pyup.io/repos/github/jeff-99/hashdex/
:alt: Updates
A file indexer based on content hashes to quickly find duplicate files on your system.
I created this tool because I always forget which pictures from my phone I already uploaded to my Dropbox account.
Now I can just upload all pictures to an uploads directory check these files against the index and only organize
the remaining files.
As easy as..
------------
.. code-block:: bash
pip install hashdex
hashdex add /path/to/my-main-pictures-directory
hashdex check --rm /path/to/my-uploads-directory
* Free software: MIT license
* Documentation: https://hashdex.readthedocs.io.
Features
--------
* create an index of your files
* find duplicate files on your filesystem
* check if files in a directory are already indexed
Credits
---------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage