Skip to content
/ tt Public

Terminal assistant that suggests and runs shell commands using AI

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

dunward/tt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview

About

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.

Install

macOS

curl https://raw.githubusercontent.com/dunward/tt/master/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/dunward/tt/master/install.ps1 | iex

Quick Guide

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"

About

Terminal assistant that suggests and runs shell commands using AI

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks