@stbestichhh/term-ai
v1.1.0
Published
Lightweight cli command to quickly ask ai something
Downloads
280
Readme
A minimal, fast, and terminal-native CLI assistant powered by the Google Gemini API.
Installation
Install globally via npm:
npm install -g @stbestichhh/term-ai
Setup
Set your Gemini API key once. It will be saved into your XDG configuration directory (~/.config/tai/config.json):
tai config set-key YOUR_GEMINI_API_KEY
Alternatively, you can export
GEMINI_API_KEYin your shell environment (~/.zshrcor~/.bashrc).
Usage
Ask any command-line or system administration question:
tai how to see what mapped to port 1111
Output:
lsof -i :1111
