mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-08-05 13:43:30 -07:00
@@ -4,7 +4,7 @@ clac provides IDE style autocomplete aka `inshellisense` in every shell
|
||||
|
||||
<p align="center"><img alt="demo of clac working" src="https://github.com/microsoft/clac/assets/35637443/544f81dc-dada-40b5-bb1f-a736b4e58e73" height="300px"/></p>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user