Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 300 Bytes

Directory De-Duplicator

Given a root directory, this tool will search for duplicated sub-directories within the root directory.

Installation

For development, install in "editable" mode:

pip install --editable .

Then you should be able to invoke ddd --help to see how to use it.