francorisso / duplicates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean duplicate files

Super simple script to clean duplicate files.

Instructions

Install dependencies

yarn

Run

node ./index.js <directory>

When choosing yes, the duplicate files will be moved to the trash folder, you can delete it manually if you want from there.

Example

node ./index.js ~/Downloads

About


Languages

Language:JavaScript 100.0%