The glamourous AI coding agent for your favourite terminal 💘
1/* 2Copyright © 2025 NAME HERE <EMAIL ADDRESS> 3 4*/ 5package main 6 7import "github.com/kujtimiihoxha/termai/cmd" 8 9func main() { 10 cmd.Execute() 11}