Hacker News new | ask | show | jobs
Show HN: Chat GPT TUI (github.com)
3 points by utopman 1163 days ago
Here is a tool to ask chat gpt using a personal token in an interactive TUI tool with context between interactions and color highlighting for code samples.

I found it very useful since I made it, so I share it here in case someone look for a tool like this.

1 comments

Nice! I might embed this into my neovim setup. Do you plan on adding support for regenerating responses and editing previous queries? Maybe via a bang operator or something
I think i will do it yes. It is a small task easily doable :)