Metadata-Version: 2.4
Name: FileSorterX
Version: 0.1.1
Summary: A colorful CLI tool that groups files by extension.
Author: SWARAAJ ARORA
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# FileSorter

FileSorter is a simple and colorful command line tool that groups files by extension.

It uses Rich for styled terminal output and supports optional directory arguments.

---

## Features

- Groups files by extension
- Clean, sorted output
- Handles files with no extension
- Optional directory argument
- Modern pathlib usage
