Clerkie-cli is a terminal tool that uses a large language model (LLM) to provide suggestions and assistance when you encounter errors in your code. It is designed to help developers of all skill levels improve their productivity and efficiency by providing them with quick and accurate solutions to common coding problems.
- Analyzes stack traces in any programming language and provides explanations and suggested fixes
- Offers guidance on debugging and troubleshooting techniques
- Provides code snippets and examples to help you debug errors
- Automatic in terminal error detection and suggested fixes
Requirements: As of now Clerkie-cli only works for Zsh shell, Macs default to zsh https://support.apple.com/guide/terminal/change-the-default-shell-trml113/mac#:~:text=The default shell is zsh,windows and tabs open with. We are working to add support for bash
To install Clerkie-cli, open a terminal and run the following command:
curl -fsSL https://raw.githubusercontent.com/ClerkieAI/clerkie-cli/main/install.sh -o install.sh
chmod +x install.sh
./install.sh
This will download and install the latest version of Clerkie-cli on your machine. Once the installation is complete, you need to open a new Terminal Window and Clerkie will be active
Clerkie-cli automatically runs whenever it notices an error in your terminal. Simply run your code as you normally would, and if an error occurs, Clerkie-cli will provide you with an explanation of the error and suggest potential fixes.
Clerkie-cli will then provide you with an explanation of the error and suggest potential fixes.
Open ~/.zshrc and delete the following lines (you can edit zshrc using vi ~/.zshrc)
# clerkie-cli configs
export CLERKIE_SRC=/Users/daddyish/.clerkie-cli/clerkie-src
[[ -f "$HOME/.clerkie-cli/clerkie-src/setup.sh" ]] && builtin source "$HOME/.clerkie-cli/clerkie-src/setup.sh"
If you have any questions or need help using Clerkie-cli, you can reach out to us through the following channels:
We are always happy to help!
We have been Featured in Ben Tossel's AI Newsletter User Testimonial User Testimonial User Testimonial