Skip to content

theejer/filecaddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filecaddy

filecaddy is a lightweight Python utility that organizes and audits files in a folder.

Features

  • Sort files into type-based subfolders
  • Detect duplicate files by hash
  • Generate a summary report of folder contents

Installation

pip install filecaddy

Usage

Organize a folder by file type:

filecaddy organize /path/to/folder

Detect duplicates and print a report:

filecaddy duplicates /path/to/folder

Generate a summary report:

filecaddy report /path/to/folder

Output

  • Organized files are moved into subfolders by extension
  • Duplicate detection groups files with identical hashes
  • Reports include totals and per-type counts

Development

Install dependencies and run locally:

pip install -r requirements.txt
python filecaddy.py --help

About

A lightweight Python utility that organizes and audits files in a folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages