Skip to content

RobbeCl/duplifiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duplifiler

Find files with the same name but a different extension recursively within a folder.

I use it to find files which are both javascript and typescript files in the same folder. This can happen when migrating from javascript to typescript and someone edits the original javascript file.

Usage

npx duplifiler --extensions .js,.ts --ignore_pattern "**/node_modules/**" -p .

About

Find duplicate files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published