DEV Community

Oscar Rivera
Oscar Rivera

Posted on

1

Terminal-Integrated Coding Assistant

Hello! This is my first post, and I wanted to share a coding assistant I made that can be used in the terminal. I used primarily shell scripting (making changes to files) and Python (generating the changes). It uses gpt-4o and requires an API key to run. After installation and setup (instructions on GitHub link to follow, along with tutorials), one can type ./d ['filename'], and the assistant will fix the code, explain its fixes, and save the original file (in case there were any mistakes). It currently works with C, Python, Java, shell scripting, Swift, and Ruby. Here is the link: (https://github.com/oscarrivera2028/d-coding-companion). I would be thrilled to hear feedback and would love to review and integrate some pull requests!

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay