tt is an AI-powered CLI tool inspired by GitHub Copilot CLI. Unlike Copilot, it doesn’t require a GitHub license — just plug in your own API key (e.g., OpenAI) and you’re ready to go.
Type natural language commands and let tt suggest and execute the appropriate terminal commands for your system.
curl https://raw.githubusercontent.com/dunward/tt/master/install.sh | bash
irm https://raw.githubusercontent.com/dunward/tt/master/install.ps1 | iex
To get started, configure your OpenAI API key:
tt config open-ai "your-api-key"
Once configured, you can ask natural language questions and receive command suggestions using:
tt ask "your query"