kardolus / chatgpt-cli

ChatGPT CLI is a versatile tool for interacting with LLM models through OpenAI and Azure, as well as models from Perplexity AI and Llama. It supports prompts and history tracking for seamless, context-aware interactions. With extensive configuration options, it’s designed for both users and developers to create a customized GPT experience.
MIT License
567 stars 39 forks source link

Feature request: Different colors for user and AI text in interactive mode? #94

Open drone1 opened 3 days ago

drone1 commented 3 days ago

Customizable color would be nice, but just an idea. I feel like I want some way to be able to quickly parse my text vs. AI text. Right now I find it quite difficult. Thoughts? Thanks.

kardolus commented 2 days ago

I like this idea! Thanks for reaching out. Let me take a look at how portable colors are across terminals. If not, we could just make it configurable and you would need to put in some color code that works for your terminal (I could provide some set of colors in the readme).