|
1 |
| -# clerkie-cli |
| 1 | +# **Clerkie-cli** |
2 | 2 |
|
3 |
| -Clerkie-cli is a terminal tool that uses an LLM to provide suggestions and assistance for debugging and troubleshooting coding errors in any programming language. It analyzes stack traces and suggests fixes, as well as providing guidance, alternative approaches, and code examples. It is useful for developers of all skill levels. |
| 3 | +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. |
| 4 | + |
| 5 | +[](https://www.buymeacoffee.com/clerkieai) |
| 6 | +## **Features** |
| 7 | + |
| 8 | +- Analyzes stack traces in any programming language and provides explanations and suggested fixes |
| 9 | +- Offers guidance on debugging and troubleshooting techniques |
| 10 | +- Provides code snippets and examples to help you debug errors |
| 11 | +- Automatic in terminal error detection and suggested fixes |
| 12 | + |
| 13 | +## **Installation** |
| 14 | + |
| 15 | +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](https://support.apple.com/guide/terminal/change-the-default-shell-trml113/mac#:~:text=The%20default%20shell%20is%20zsh,windows%20and%20tabs%20open%20with). We are working to add support for bash |
| 16 | + |
| 17 | +To install Clerkie-cli, open a terminal and run the following command: |
| 18 | + |
| 19 | +```bash |
| 20 | +curl -fsSL https://raw.githubusercontent.com/ishaan-jaff/clerkie-cli/main/install.sh | sh - |
| 21 | +``` |
| 22 | + |
| 23 | +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 |
| 24 | + |
| 25 | +## **Usage** |
| 26 | + |
| 27 | +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. |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +Clerkie-cli will then provide you with an explanation of the error and suggest potential fixes. |
| 33 | + |
| 34 | +## How to disable Clerkie-cli |
| 35 | + |
| 36 | +Open ~/.zshrc and delete the following lines (you can edit zshrc using vi ~/.zshrc) |
| 37 | + |
| 38 | +```bash |
| 39 | +# clerkie-cli configs |
| 40 | +export CLERKIE_SRC=/Users/daddyish/.clerkie-cli/clerkie-src |
| 41 | +[[ -f "$HOME/.clerkie-cli/clerkie-src/setup.sh" ]] && builtin source "$HOME/.clerkie-cli/clerkie-src/setup.sh" |
| 42 | +``` |
| 43 | + |
| 44 | +## **Support** |
| 45 | + |
| 46 | +If you have any questions or need help using Clerkie-cli, you can reach out to us through the following channels: |
| 47 | + |
| 48 | +- **[GitHub](https://github.com/ishaan-jaff/clerkie-cli)** |
| 49 | +- [**Discord**](https://discord.gg/KvG3azf39U) |
| 50 | +- [**Twitter**](https://twitter.com/ishaan_jaff) |
| 51 | + |
| 52 | +We are always happy to help! |
| 53 | + |
| 54 | +## **Testimonials** |
| 55 | +We have been Featured in |
| 56 | +[Ben Tossel's AI Newsletter](https://www.bensbites.co/p/new-search-town) |
| 57 | +[User Testimonial](https://twitter.com/Scobleizer/status/1607910994122264577?s=20&t=icpkdZvneN8gH92-03bimw) |
| 58 | +[User Testimonial](https://twitter.com/aaditya_ai/status/1608145850219515905?s=20&t=icpkdZvneN8gH92-03bimw) |
| 59 | +[User Testimonial](https://twitter.com/avaa411/status/1608008322447441921?s=20&t=icpkdZvneN8gH92-03bimw) |
4 | 60 |
|
0 commit comments