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