Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STDAI

Simple tool to help you debug your terminal errors. A GIF showing STDAI working

Requirements

Usage

  1. Clone the repository
  2. Start the stdai.py in one terminal
  3. Run ./run.sh <your command> in another terminal

Example

./run.sh node index.js

or

./run.sh python3 main.py

To make it easier you can add an alias to your .bashrc or .zshrc

Run 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\""

Roadmap

  • 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
    • /clear to clear the chat
    • /exit to exit the chat
    • /help to get help
    • /c to copy the error message
    • cf to copy quick fix if available
  • Notifications for new errors so you don't have to keep checking the terminal
  • Install script

Contributing

Feel free to contribute to this project.

License

MIT License

About

It is not what you think hahahaha

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages