Metadata-Version: 2.1
Name: log2doc
Version: 0.1.0
Summary: A package to log Linux/Windows command history and generate documentation using Gemini AI.
Home-page: https://github.com/SaviPandey/log2doc
Author: Savinay Pandey
Author-email: Your Name <your@email.com>
License: MIT
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: google-generativeai

# Linux Command Logger

A Python package to extract recent Linux/Windows commands from the command history and explain them concisely. The explanations are fetched from the Gemini API.

## Installation

You can install the package via pip:

```bash
pip install linux-command-logger
