Metadata-Version: 2.4
Name: shelllm-t
Version: 0.1.0
Summary: Shell integration for LLM interactions
Author-email: Thomas <irthomasthomas@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/irthomasthomas/shelllm
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: llm>=0.10.0
Dynamic: license-file

# shelllm

Shell integration for LLM interactions.

## Installation

```bash
pip install shelllm
```

## Usage

```bash
shelllm "Explain this error: $(cat /var/log/error.log)"
```

## License

MIT
