Metadata-Version: 2.4
Name: shellsage-cli
Version: 0.2.5
Summary: An AI-powered Linux command explainer (FAISS + Hugging Face)
Author-email: Nandita <your.email@example.com>
License-Expression: MIT
Keywords: cli,linux,commands,ai,explainer,terminal
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer==0.12.3
Requires-Dist: rich==13.7.1
Requires-Dist: transformers==4.46.3
Requires-Dist: huggingface_hub==0.24.6
Requires-Dist: torch>=2.1.0
Requires-Dist: faiss-cpu==1.12.0
Requires-Dist: sentence-transformers==2.7.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: tqdm==4.66.4
Requires-Dist: PyPDF2==3.0.1
Requires-Dist: pdfminer.six==20231228
Dynamic: license-file


# ShellSage 

ShellSage is your friendly command-line companion — run any shell command with beautiful output formatting.
But a condition, it runs only on python envs

### Installation:
```bash
pip install shellsage-cli
```

### Usage:
```bash
shellsage "ls -la"
shellsage "ps aux | grep python"
shellsage "find . -name '*.py' -exec wc -l {} +"

