MCPcopy Index your code
hub / github.com/chinalu/imagedups

github.com/chinalu/imagedups @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
8 symbols 27 edges 3 files 2 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

imagedups (中文

Find/Delete duplicated images

Install

python setup.py install

Usage

  1. Show duplicated files:

shell imagedups -p /path/to/image/folder

  1. Recursively show duplicated files, use param -r:

shell imagedups -r -p /path/to/image/folder

  1. Delete duplicated file with prompt, use param -d:

shell imagedups -r -d -p /path/to/image/folder

  1. Delete duplicated file without prompt, add param -N:

shell imagedups -r -d -N -p /path/to/image/folder

Caution: You should backup files incase data loss

Core symbols most depended-on inside this repo

status
called by 4
setup.py
dupes
called by 1
src/imagedups.py
main
called by 1
src/imagedups.py
initialize_options
called by 0
setup.py
finalize_options
called by 0
setup.py
run
called by 0
setup.py
async_hash
called by 0
src/imagedups.py

Shape

Method 4
Function 3
Class 1

Languages

Python100%

Modules by API surface

setup.py5 symbols
src/imagedups.py3 symbols

For agents

$ claude mcp add imagedups \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact