Skip to main content

Find duplicate files, based on size and hashvalues.

Project description

Install

$ pip install findd

Usage

$ findd --help
usage: findd [-h] [--version] {init,update,list,run} ...

positional arguments:
  {init,update,list,run}
    init                create a new Findd project
    update              update the index
    list                list duplicates tracked by the index
    run                 run a command for duplicates tracked by the index

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit

Report findd bugs to <https://github.com/schnittstabil/findd/issues>
findd home page: <https://github.com/schnittstabil/findd>

Typical Workflow

$ mkdir temp
$ cd temp
$ findd init
$ ls -A
.findd


# create some duplicates
$ mkdir directory
$ echo a > directory/a.txt
$ echo b > directory/b.txt
$ echo c > directory/c.txt
$ cp -r directory directory_copy
$ tree -a
.
├── directory
   ├── a.txt
   ├── b.txt
   └── c.txt
└── directory_copy
    ├── a.txt
    ├── b.txt
    └── c.txt


$ findd update -v
scanning db 100% |#####################################################|
scanning fs      |#####################################################|
hashing     100% |#####################################################|


$ findd list
'directory/a.txt' 'directory_copy/a.txt'
'directory/c.txt' 'directory_copy/c.txt'
'directory/b.txt' 'directory_copy/b.txt'


# remove a duplicate
$ rm 'directory_copy/c.txt'


$ findd update
$ findd list
'directory/a.txt' 'directory_copy/a.txt'
'directory/b.txt' 'directory_copy/b.txt'

License

Copyright © 2015 Michael Mayer

Licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

findd-0.8.6.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

findd-0.8.6-py2.py3-none-any.whl (18.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file findd-0.8.6.tar.gz.

File metadata

  • Download URL: findd-0.8.6.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for findd-0.8.6.tar.gz
Algorithm Hash digest
SHA256 6d1cb4705e97d2065101b5613d57c403f4a3fae522e984c1336b62a0121860cd
MD5 9c504f6deb09aea682dc009153d4b5ac
BLAKE2b-256 9d1d85658bd9e1e1363d2f545651005ed475a65b3437ab165fb68dfe34614b7f

See more details on using hashes here.

File details

Details for the file findd-0.8.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for findd-0.8.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 550fa58b70a1b87aaa6795123dc0f61cfc726dbd6888b1a01ae54f2ad2f7e971
MD5 e9dd2704970784de66fe8759ca91a67a
BLAKE2b-256 1f7ff594622c4443b4c91c6bfa591a3cd8c71999b233cc06d178e6a87de42c42

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page