kardolus / chatgpt-cli

ChatGPT CLI is a versatile tool for interacting with ChatGPT models via OpenAI and Azure, as well as with models from Perplexity AI. It offers streaming, query mode, and history tracking for seamless, context-aware interactions. With extensive configuration options, it’s designed for both users and developers to create a tailored GPT experience.
MIT License
503 stars 34 forks source link

Watch file changes and render #10

Closed aemonge closed 11 months ago

aemonge commented 1 year ago

This is a simple guide on how to expand the ussage of you code. If you like this, I can go further and share a simple project that includes files into other file. Providing the ability to share full files to chat-gpt. I've also created a nice neovim pluign to open the conversation with chat.

Please let me know, I would love to participate even further.

kardolus commented 1 year ago

Thank you, this is very interesting! I will play with entr to get a sense of how it works. Will get back to you.