Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: ChatGPT-CLI, a Unix-y client (github.com/edofic)
3 points by edofic on April 14, 2023 | hide | past | favorite | 2 comments
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.




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.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: