Metadata-Version: 2.4
Name: everything-cli
Version: 0.1.0
Summary: A custom command-line interface similar to diskpart
Author: Martin V.
Author-email: marci.vas@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cmd2>=2.5.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Everything CLI

A custom command-line interface similar to diskpart.

## Installation

Install from PyPI:
```bash
pip install everything-cli
```

## Usage

Run the CLI by typing:
```
everything
```

Available commands:
- `list`: Show available commands
- `help`: Get help about commands
- `sysinfo`: Show system information
- `cwd`: Show current working directory
- `exit`: Exit the CLI
