Skip to content
/ gemini Public

Find duplicate files and wipe them away with Gemini. It's a command-line tool that will assist you in establishing a custom method for finding and deleting duplicate files.

Notifications You must be signed in to change notification settings

macsmel/gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini

Find duplicate files and wipe them away with Gemini. It's a command-line tool that will assist you in establishing a custom method for finding and deleting duplicate files.

Getting Started

First, install Node.js:

TARGET_PATH='TARGET_PATH' DELETION_PATH='OPTIONAL_DELETION_PATH' npm start
# or
TARGET_PATH='TARGET_PATH' DELETION_PATH='OPTIONAL_DELETION_PATH' yarn start
# or
TARGET_PATH='TARGET_PATH' DELETION_PATH='OPTIONAL_DELETION_PATH' pnpm start

Parameters

TARGET_PATH = The path where you need to find duplicates. OPTIONAL_DELETION_PATH = If you have more than one folder with the same duplicates, and you want to delete duplicates only in one of the folders, you have to use that parameter.

About

Find duplicate files and wipe them away with Gemini. It's a command-line tool that will assist you in establishing a custom method for finding and deleting duplicate files.

Resources

Stars

Watchers

Forks

Packages

No packages published