Live data from Hacker News

Show HN: ChatGPT-CLI, a Unix-y client

github.com

1–3 of 3 posts

Show HN: ChatGPT-CLI, a Unix-y client

#1
All existing terminal clients I could find are an interactive TUI. I wanted something where I can pipe the input and output, attach files, ask follow-up questions as separate commands. Something that plays nicely with other cli tools. So I made one for myself. Very early stage, feedback welcome.

Show HN: ChatGPT-CLI, a Unix-y client
github.com

Re: Show HN: ChatGPT-CLI, a Unix-y client

#3
post #2

reminds me of https://github.com/jucasoliveira/terminalGPT

Yes, this is a great example of what I meant with "interactive" client. It takes over the input and output and has it's own shell. Instead I wanted something that looks and feels more like a regular unix tool. Especially that I can put the prompt on the command line (or stdin) and get output on stdout. Because then I can pipe the output and avoid copy-pasting. Small difference but a big quality of life improvement for me.