Skip to content

milkcoke/remove-duplicate-files

Repository files navigation

Remove Duplicate Files

Introduction

Remove duplicate files by inputting directory path

Requirements

node-current
npm yarn
Typescript

Quick Start

(1) Transpile .ts to .js

# you can also run `yarn run build`
$ npm run build
$ cd dist

(2) Copy the path of directory where duplicate files exist

(3) Execute command below

$ node main.js [your-directory-path]

Quick Test

$ npm run build
$ cd dist
# There exists 4 duplicate files. 
# After execution this, just one file left.
# The other ones are to be removed.
$ node main.js ./example-images

Architecture

Diagram

Architecture Diagram

Service flow video

Flow_diagram.mov

About

Remove duplicate files in specific directory

Resources

Stars

Watchers

Forks

Packages

No packages published