Metadata-Version: 2.4
Name: fdel
Version: 6.0.0
Summary: File Manager CLI Tool - Search, Delete, Move, Rename, Copy with Safety Layer
Home-page: https://github.com/ykazky993-beep/fdel
Author: Ykazky993-beep
Author-email: ykazky993@gmail.com
Project-URL: Bug Reports, https://github.com/ykazky993-beep/fdel/issues
Project-URL: Source, https://github.com/ykazky993-beep/fdel
Keywords: file-manager,cli,delete,move,rename,copy,search,safety,protection
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# fdel - File Manager CLI Tool

**fdel** is a powerful, safety-protected command-line file manager that lets you search, delete, move, rename, and copy files with ease.

## Features

- 🎯 **Fuzzy Search** - Find files by name matching
- 🛡️ **Safety Layer** - Protects system files and sensitive data
- 📁 **Explore Mode** - Browse folder structure like `tree`
- 🧹 **Clean Empty** - Find and delete empty folders/files
- ↩️ **Undo Support** - Revert move/rename/copy operations
- 🔄 **Batch Operations** - Process multiple files at once
- 💻 **Cross-Platform** - Works on Linux, macOS, Windows, Termux
- 📃 **Full Explanation** - Full explaination for manual usage and "what for"
## Safety Features

| Level | Indicator | Description | Action Required |
|-------|-----------|-------------|-----------------|
| **CRITICAL** | 🔴 | System files (/etc, /bin, shadow, passwd) | Yes/No confirmation |
| **WARNING** | 🟡 | Sensitive files (configs, keys, .env) | Yes/No confirmation |
| **SAFE** | 🟢 | User files (Documents, Downloads) | Normal confirmation |

## Installation

```bash
# From source
git clone https://github.com/ykazky993-beep/fdel.git
cd fdel
pip install -e .

# From PyPI (after publishing)
pip install fdel
