Skip to content

kosssi/remote-duplicate-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove duplicate files

install

$ yarn

helpers

$ yarn start -- --help

  Usage: index [options] <dir> [otherDirs...]


  Options:

    -V, --version                  output the version number
    -E, --extensions <extensions>  Limit to a list of extensions (odt,zip,gpx)
    -h, --help                     output usage information

build

$ yarn build

example

$ yarn start .

Start:
 - Scan /home/chezmoi/remove-duplicate-file:
 - There are 8 files.
 - Create Hashs file [========] 8/8 100%
 - There are 0 folders with duplicate files.

or

$ node build .

Start:
 - Scan /home/chezmoi/remove-duplicate-file:
 - There are 8 files.
 - Create Hashs file [========] 8/8 100%
 - There are 0 folders with duplicate files.

Releases

No releases published

Packages

No packages published