DEV Community

Oscar Rivera
Oscar Rivera

Posted on

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)