From fecedba93cdf080ebbdf308e52880a0a7e1777d8 Mon Sep 17 00:00:00 2001 From: Chapman Pendery Date: Thu, 28 Sep 2023 14:28:11 -0700 Subject: [PATCH] docs: update readme Signed-off-by: Chapman Pendery --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfec05..174ecb0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ clac provides IDE style autocomplete aka `inshellisense` in every shell

demo of clac working

-clac is built on Fig's [autocomplete specs](https://github.com/withfig/autocomplete) which +clac is a terminal native implementation of fig's [autocomplete specs](https://github.com/withfig/autocomplete) which provide support for 600+ command line tools. ## Supported Integrations @@ -31,6 +31,11 @@ After completing the installation, bind `clac` to the terminal you'd like to use it with via the `clac bind [shell]` command. This will create a custom keybinding for `CTRL+a` to trigger the autocomplete session & execution. +### AI Autocomplete + +Some generators use Open AI's api to generate intelligent solutions to your commands. +To use this feature, you'll need to set the `CLAC_AI_TOKEN` environment variable to your Open AI api key. + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a