Skip to content

michael-koll/bashAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

bashAI

Command-line tool that uses pipes to seamlessly integrate AI into your workflow.

Requirements

Tool Link
jq https://jqlang.github.io/jq/download/
Gemini API Key https://ai.google.dev/gemini-api/docs/api-key

Installation

  1. Download the script
  2. Replace API_KEY with your own API key
  3. Give the file execute permissions:
    chmod +x bashAI.sh
    
  4. Setup an Alias
    alias ai='~/YOUR_PATH/bashAI.sh' 
    
  5. (Adapt the PROMPT to fit your tasks)

Usage

<input> | ai <question>

Examples

Add context to your research:

image Filter your data:

image

About

Command-line tool that uses pipes to seamlessly integrate AI into your workflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages