Metadata-Version: 2.4
Name: sortnest
Version: 0.1.0
Summary: Tidy a folder by file type, with preview and undo.
License-Expression: MIT
Keywords: organizer,files,cleanup,downloads,cli
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# sortnest

Tidy any folder by file type. It shows a preview first,
and you can undo the last run at any time.

## Features

- Sorts files into folders: Images, Videos, Music, Documents,
  Archives, Programs, Code and Others
- Preview before anything is moved
- One-step undo
- Never overwrites: name clashes become `file (1).ext`
- No dependencies, pure Python

## Install

```
pip install sortnest
```

## Usage

```
sortnest
```

Or, without installing the command:

```
python -m sortnest
```

Then enter a folder path (press Enter for your Downloads
folder) and choose:

1. Organize files
2. Undo last organize

## Customize

Open `src/sortnest/organizer.py` and edit the `CATEGORIES`
dictionary to add your own file types.

## License

MIT
