Shell copilot - sh shell AI copilot
Project description
Shy.sh
Sh shell AI copilot
Help
Usage: shy [OPTIONS] [PROMPT]...
Arguments prompt [PROMPT]
Options
- -i Interactive mode [default false if a prompt is passed else true]
- -x Do not ask confirmation before executing scripts
- -s or start your message with /screen: Take a screenshot to be analyzed with the prompt (requires vision model)
- --configure Configure LLM
- --help Show this message and exit.
Install
pip install shy-sh
Use shy --configure
to change LLM (default use ollama - llama3.1)
api_key format for aws bedrock: region_name acces_key secret_key
supported providers: openai, anthropic, google, groq, aws, ollama
Examples
> shy find all python files in this folder
🛠️ find . -type f -name '*.py'
Do you want to execute this command? [Y/n/c]:
./src/chat_models.py
./src/agent/tools.py
./src/agent/__init__.py
./src/agent/agent.py
./src/settings.py
./src/main.py
🤖: Here are all the Python files found in the current folder and its subfolders.
> shy -x convert aaa.png to jpeg and resize to 200x200
🛠️ convert aaa.png -resize 200x200 aaa.jpg
Success!
🤖: I converted the file aaa.png to JPEG format and resized it to 200x200 pixels.
> shy resize movie.avi to 1024x768 and save it in mp4
🛠️ ffmpeg -i movie.avi -vf scale=1024:768 -c:v libx264 output.mp4
Do you want to execute this command? [Y/n/c]: c
🤖: Command copied to the clipboard!
> shy
✨: Hello, how are you?
🤖: Hello! I'm fine thanks
✨: how many files in this folder
🛠️ ls | wc -l
Do you want to execute this command? [Y/n/c]:
5
✨: exit
🤖: 👋 Bye!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shy_sh-1.0.8.tar.gz
(12.9 kB
view details)
Built Distribution
shy_sh-1.0.8-py3-none-any.whl
(20.0 kB
view details)
File details
Details for the file shy_sh-1.0.8.tar.gz
.
File metadata
- Download URL: shy_sh-1.0.8.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f5c9204d1a03302316ab3509c2c6e8b13895dfd95baa1af3cab32ff9e155a0 |
|
MD5 | 45845a4a2af7f44e81ef33bb041e698e |
|
BLAKE2b-256 | c0d69093c57897ee84d8f4826ed52073751f1dca8beb9642444de1503885eaf7 |
File details
Details for the file shy_sh-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: shy_sh-1.0.8-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60aa4006238e91a9656e16961b51c93039c73fbc3f18dd843b1c54b06ceb12e2 |
|
MD5 | 532247d0be561f58904547588a5e4f98 |
|
BLAKE2b-256 | 54583f9e5c58ee3d02a2a556227d474b16a6b0239afa6df9fb8e178166061aaf |