Skip to content

ubranch/tai-gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tai (Terminal AI)

A minimal CLI tool that helps you remember terminal commands.

Install

pip install -r requirements.txt

Usage

# Ask for a command
tai "download youtube video as mp3"

# The tool will show the command and offer to copy it to clipboard
yt-dlp [URL] -x --audio-format mp3
Copy to clipboard? [y/n]

Requirements

  • Python 3.x
  • GEMINI_API_KEY environment variable

Setup

# Set your Gemini API key
export GEMINI_API_KEY="your_api_key_here"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages