Giter VIP home page Giter VIP logo

dupfifi's Introduction

alt text

Duplicate File Finder

Duplicate File Finder (DUPFIFI) searches duplicate files and exposes found similar files (by hash) as JSON.

Parameters

-excludedDirs string

Not allowed directories to scan process. Please use comma to seperate extensions. (default ".git,node_modules")

-excludedFiles string

Not allowed files to scan process. Please use comma to seperate extensions. (default ".DS_Store")

-includedExtensions string

Allowed dile extension(s) during scan process. Please use comma to seperate extensions. (default ".png,.jpg,.jpeg,.bmp")

-scanPath string

Target path to scan process (default "./")

SEARCH RESULT

Sample JSON result

{
    "7c0e589fe406cddb3d094cdc35691cb1": [
        {
            "Path": "/Users/kemalbayindir/WORKSPACE/GOCOMPARE/test-area/f1/f1.1/profile.png"
        }
    ],
    "a6701c65a3dbc77edb70f27b52952c7b": [
        {
            "Path": "/Users/kemalbayindir/WORKSPACE/GOCOMPARE/test-area/f2/f2.2/heap.png"
        },
        {
            "Path": "/Users/kemalbayindir/WORKSPACE/GOCOMPARE/test-area/f2/f2.3/heap.png"
        },
        {
            "Path": "/Users/kemalbayindir/WORKSPACE/GOCOMPARE/test-area/f3/f3.2/heap copy.png"
        }
    ]
}

TODO

  • Generate human readable html report
  • Serve managament UI to arrange files or custom searchs
  • Customize search process by custom filters (exclude/include dir/extension)
  • Commandline argument support
  • Executable build, cross platform builds
  • Use go routines to speedup

dupfifi's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.