Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.06 KB
$ yashi
  /\_/\
 ( o.o )
 /  |  \

Yashi: Yet Another SHell aI Command-Line Companion

PyPI version License: MIT

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. Simply input what you want to do in natural language, and yashi will suggest single-line commands that achieve your intent.

Usage

You can install Shell-AI directly from PyPI using pip:

pip install yash-ai

After installation, you can use yashi cli.

Keys

This tool based on Cohere LLM service. To enable CLI working you should expose api key as env variable and enjoy.

export YASHI_COHERE_KEY='gYjIU2+....'