Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #66

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@

TwinTrim is a powerful and efficient tool designed to find and manage duplicate files across directories. It provides a streamlined way to scan files, identify duplicates based on their content, and remove them automatically or with user guidance, helping you save storage space and keep your file system organized.

## Table of Contents

1. [Features](#features)
2. [How It Works](#how-it-works)
- [Core Components](#core-components)
- [Key Functions](#key-functions)
3. [Usage](#usage)
- [Command Line Interface](#command-line-interface)
- [Options](#options)
- [Examples](#examples)
4. [Dependencies](#dependencies)
5. [Installation](#installation)
6. [Contributing](#contributing)
7. [License](#license)

## Features

- **Duplicate Detection**: Scans directories to detect duplicate files based on file content rather than just filenames.
Expand Down
Loading