jschuur / chatgpt-repl

Interactive CLI for ChatGPT
https://npmjs.com/package/chatgpt-repl
13 stars 0 forks source link

Feature: Code block syntax highlighting #50

Open jschuur opened 1 year ago

jschuur commented 1 year ago

Could use cli-highlight.

Would need to know the language for each code block (or assume a default). Could parse it out of the response text or use a (setable) default?