Skip to content

kivS/clAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clAI

A co-pilot for your terminal

  • Bring your own openAI API key
  • Smart context aware results

Build and install the binary locally

go build main.go && mv main  ~/.local/bin/clai

How to debug

  • Run the dlv server command on the terminal:
dlv debug --api-version 2  --headless --listen=:2345 .
  • Connect to server in vscode debug

  • Terminal will run the commandline app

  • Add breakpoints and debug away!

About

A smart CLI companion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published