Metadata-Version: 2.1
Name: file-remover
Version: 0.1.2
Summary: 
Author: Egor Krapivin
Author-email: egor.krapivin98@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: rich (>=13.3.2,<14.0.0)
Description-Content-Type: text/markdown

This cli program helps to delete files of format `._<anything>`

### Installation
```bash
pipx install file_remover
```

### Usage
Delete files in current folder recurservely
```bash
remove_files .
```
