Skip to content

bsnisar/yashi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ 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+....'