https://github.com/eduardoklosowski/deduplicated
Check duplicated files
https://github.com/eduardoklosowski/deduplicated
Last synced: 6 months ago
JSON representation
Check duplicated files
- Host: GitHub
- URL: https://github.com/eduardoklosowski/deduplicated
- Owner: eduardoklosowski
- License: mit
- Created: 2015-01-25T21:08:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T15:10:43.000Z (over 6 years ago)
- Last Synced: 2024-12-12T00:54:57.002Z (6 months ago)
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 24
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Deduplicated
============Check duplicated files.
Exemple of use
--------------.. code-block:: bash
# Update directory cache
$ deduplicated update /path/for/check# List duplicated files in directory cache
$ deduplicated duplicated /path/for/check# Update and list duplicated files
$ deduplicated check /path/for/check# Check if file in directory cache
$ deduplicated indir myfile /path/for/check# Start web version, connect http://127.0.0.1:5050
$ deduplicated-webCheck
-----This project use:
- `Commit Rules `_.
- `EditorConfig `_.