https://github.com/bsnisar/yashi
Yet Another Shell Ai Command-Line Companion
https://github.com/bsnisar/yashi
ai cohere shell
Last synced: 8 months ago
JSON representation
Yet Another Shell Ai Command-Line Companion
- Host: GitHub
- URL: https://github.com/bsnisar/yashi
- Owner: bsnisar
- License: mit
- Created: 2023-09-28T09:16:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T12:48:06.000Z (over 2 years ago)
- Last Synced: 2025-01-16T19:53:51.904Z (over 1 year ago)
- Topics: ai, cohere, shell
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```shell
$ yashi
/\_/\
( o.o )
/ | \
```
## Yashi: Yet Another SHell aI Command-Line Companion
[](https://pypi.org/project/yash-ai/)
[](https://opensource.org/licenses/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](https://cohere.com/) LLM service. To enable CLI working you should expose [api key](https://dashboard.cohere.com/api-keys) as env variable and enjoy.
```
export YASHI_COHERE_KEY='gYjIU2+....'
```