Skip to content

Files

Latest commit

e17a08d · May 29, 2024

History

History
33 lines (19 loc) · 975 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 975 Bytes

CLIX

An LLM-powered CLI agent built with Go.

Demo

clix.mp4

Dependencies

Installation

After cloning the repo to your computer, run make install. This will build the clix binary and install it to your $GOPATH/bin directory.

Usage

In your terminal, simply run clix. You'll be prompted to enter your OpenAI API key. Then you can start asking clix to help you with tasks on your computer.

Currently, clix uses gpt-4o for LLM.

Reset

If you want to clear the current API key and remove the clix binary, run make reset.

Roadmap

  • Support more models like Claude and Llama
  • Enable editing commands that the LLM suggests
  • Pass an initial command like clix "How do I x?"
  • Stream command output to Clix stdout