Simple tool to help you debug your terminal errors.

- Ollama
- Python
- Clone the repository
- Start the stdai.py in one terminal
- Run
./run.sh <your command>in another terminal
./run.sh node index.jsor
./run.sh python3 main.pyRun the following command in the terminal inside the stdai directory This will generate an alias for your then Copy the output and paste it in your .bashrc or .zshrc
echo "alias stdai=\"$(pwd)/run.sh\""- Chat in the terminal keeping the context of the error
- Support to other LLMs
- ChatGPT
- Gemini
- LLama
- Support tools like
nodemon - Pretty/Formatted/Fancy output
- Quick fix suggestions
- Chat commands
-
/clearto clear the chat -
/exitto exit the chat -
/helpto get help -
/cto copy the error message -
cfto copy quick fix if available
-
- Notifications for new errors so you don't have to keep checking the terminal
- Install script
Feel free to contribute to this project.
MIT License