1.0.0 • Published 5 months ago

nodetut1 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

AntiDup

Platform independent, interactive command line utility for Finding, renaming or removing duplicate files from a file system

Requires node.js to be installed

Download node for your system here

Features

  • Use from the command line or import as a dependency
  • Search the file system recursively
  • Optionally open each duplicate manually or automatically open each group of duplicates
  • Filter search by file extension
  • Creates a log file (duplicates.log) that contains the duplicate search results.
  • Delete all duplicates in a specific file path in one key stroke

Usage

Command Line

node AntiDup string: root of search path <string: file extension> <boolean: open duplicates automatically>

Example:

This will search all files and directories under "/" for duplicate filenames with the .jpg extension and when listing the duplicates it will open them with the default application for inspection.

node AntiDup / .jpg true

The flow of the dialog would occur something like this:

1.0.0

5 months ago