Show HN: ChatGPT-CLI, a Unix-y client(github.com)
github.com
Show HN: ChatGPT-CLI, a Unix-y client
https://github.com/edofic/chatgpt-cli
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.
2 comments
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.