Metadata-Version: 2.1
Name: nexusfm
Version: 0.3.0
Summary: An advanced personalized file manager with GUI and terminal interface
Home-page: https://github.com/jhasanlinix/nexusfm
Author: Jahid Hasan
Author-email: engjahidhasan20@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyQt5

# NexusFM

NexusFM is an advanced personalized file manager with both GUI and terminal interfaces. It offers features like file operations, hashing, permissions management, and content searching.

## Installation

To install NexusFM, run:

```
pip install nexusfm
```

## Usage

To start the GUI:

```
nexusfm-gui
```

For CLI usage, import and use the `AdvancedPyFileManager` class in your Python scripts.

## Features

- File and directory operations (create, delete, move, copy)
- File hashing
- Change file permissions
- Content search
- Command history
- Interactive GUI

## License

This project is licensed under the MIT License.
