Command-line tool that uses pipes to seamlessly integrate AI into your workflow.
| Tool | Link |
|---|---|
| jq | https://jqlang.github.io/jq/download/ |
| Gemini API Key | https://ai.google.dev/gemini-api/docs/api-key |
- Download the script
- Replace
API_KEYwith your own API key - Give the file execute permissions:
chmod +x bashAI.sh - Setup an Alias
alias ai='~/YOUR_PATH/bashAI.sh' - (Adapt the
PROMPTto fit your tasks)
<input> | ai <question>
Add context to your research:

