Metadata-Version: 2.1
Name: yash-ai
Version: 0.0.2a0
Summary: Just ask what shell should do for you
Home-page: https://github.com/bsnisar/shai
License: MIT
Keywords: ai,cohere,shell
Author: Bohdan Snisar
Author-email: bogdan.sns@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cohere (>=4.27,<5.0)
Requires-Dist: rich (>=11.0,<12.0)
Description-Content-Type: text/markdown


## Intro

<img src="assets/logo.png" width="128">


Are you a person who had trouble remembering shell commands and flags for all shell commands? This is yet another helper that 
can make the shell more human-friendly. Just say what to do, not remember. 

## Usage

Set env variable `SHAI_COHERE_KEY`

## Build 

Just run make. Distributive will be assembled and placed into ./dist folder
```
make
```


