$ yashi
/\_/\
( o.o )
/ | \
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.
You can install Shell-AI directly from PyPI using pip:
pip install yash-ai
After installation, you can use yashi
cli.
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+....'