Metadata-Version: 2.1
Name: dirganize
Version: 0.0.13
Summary: Declutter you folders and get peace of mind. A command-line tool to organize files into category directories.
Home-page: https://github.com/aahnik/dirganize
License: MIT
Keywords: python,cli,directory,organizer
Author: aahnik
Author-email: daw@aahnik.dev
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: rich (>=10.2.2,<11.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Repository, https://github.com/aahnik/dirganize
Description-Content-Type: text/markdown

# dirganize

Declutter you folders and get peace of mind.
A command-line tool to organize files into category directories.

## Installation

```shell
pip install dirganize
```

## Usage

Move into your desired directory and run `dirganize`.

It will put all files into their respective category folders, based on the
default configuration.

You can put a `.dirganize.yml` file ( inside the folder you want to dirganize )
to override the default configuration.

Basically you have the folder name, followed by file types to put in that folder.

You can also specify which folder to organize:

```shell
dirganize --path ~/Downloads
```

