You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
I recently found your program and it works awesome, but I would also love to make a bash script that could use or interact with it.
Maybe allow arguments like:
./duckduckgo-chat-cli_v1.2.2_linux_amd64 -prompt="Hello"
Hello, how are you?
./duckduckgo-chat-cli_v1.2.2_linux_amd64 -model="gpt-4o-mini" -prompt="Hello"
Hi, how can I assist you today?
Another way could be add support to interacting with 'expect', something like:
ChatGPT said something like if it was a GO program it was needed to remove TUI mode, and force reading from stdin. I have never done programming in GO, so I don't know what is that TUI mode, but reading from stdin make sense to allow interaction with 'expect'.
I recently found your program and it works awesome, but I would also love to make a bash script that could use or interact with it.
Maybe allow arguments like:
Another way could be add support to interacting with 'expect', something like:
ChatGPT said something like if it was a GO program it was needed to remove TUI mode, and force reading from stdin. I have never done programming in GO, so I don't know what is that TUI mode, but reading from stdin make sense to allow interaction with 'expect'.