Metadata-Version: 2.4
Name: kps-file-organizer
Version: 0.1.1
Summary: A powerful and configurable command-line tool to organize your files effortlessly.
Author-email: Krishna Pratap Singh <kps369@proton.me>
Project-URL: Homepage, https://github.com/kps369/file-organizer
Project-URL: Bug Tracker, https://github.com/kps369/file-organizer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Requires-Dist: rich
Dynamic: license-file

# File Organizer CLI

A powerful and configurable command-line tool to organize your files effortlessly.

## Overview

This tool helps you keep your directories tidy by moving files into dedicated folders based on their extension, creation date, or custom rules you define.

## Features

*   Organize files by their extension (e.g., `.pdf`, `.jpg`, `.docx`).
*   Sort files into folders by creation date (e.g., `YYYY-MM-DD`).
*   Highly configurable using a `config.yaml` file.
*   Cross-platform and easy to use.

## Installation

You can install the File Organizer CLI directly from PyPI:

```bash
pip install kps-file-organizer
```

## Usage

*(Examples to be added.)*

To organize your `Downloads` folder by file extension:
```bash
file-organizer --path /path/to/your/Downloads --by-extension
```

## Author

- **Krishna Pratap Singh**
- GitHub: [kps369](https://github.com/kps369)

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
