philipkopylov / ai-shell

AI-shell is a implementation of Chat-GPT assisted shell scripting written in shell, no python or js required

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-shell

ai-shell

ai-shell Enhance Your Shell Scripting with Chat-GPT Assistance

Welcome to ai-shell, a unique implementation of shell scripting that leverages the power of Chat-GPT to assist you in your daily tasks. With ai-shell, you can streamline your command-line workflow without the need for Python or JavaScript. It's the perfect tool for those who want to combine the simplicity of shell scripting with the intelligence of AI.

🚀 Key Features:

Pure Shell Implementation: No additional dependencies or languages required. Just plain shell scripting.

OpenAI Integration: Harness the capabilities of OpenAI's Chat-GPT to receive intelligent suggestions and guidance.

Enhanced Productivity: Simplify complex tasks, automate processes, and get answers to your questions, all within your shell.

Usage

Requires Brew to install jq, check https://brew.sh/

Usage

  1. Export your OpenAI API key as an environment variable, get your API key here https://platform.openai.com/
    export OPENAI_API_KEY=<your key>
    
  2. Activate
    cd yourpath/ai-shell
    source ai-shell.sh
    
  3. Use!
    ai find all files in current folder ending with ipynb and write their names to myipybs.txt
    
    

Check out more useful AI apps and tools on https://bigailist.com/ big-ai-list

About

AI-shell is a implementation of Chat-GPT assisted shell scripting written in shell, no python or js required

License:MIT License


Languages

Language:Shell 100.0%