From d1e07df5caa6f0ffa353383709683aeeb96a6fbc Mon Sep 17 00:00:00 2001 From: GUNJESH KUMAR <109446288+GUNJESH843@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:23:11 +0530 Subject: [PATCH] Update README.md added a table of contents --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1abf7a8..8689df3 100644 --- a/README.md +++ b/README.md @@ -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.