Viewing a single comment thread. View all comments

nenkoru t1_jcus6rg wrote

Made a few issues and a pull request for changes in the source code adding support for DuckDuckGo. So if anyone willing to ditch Bing as a dependency and OpenAI(in the future) make sure to keep an eye on this project.

I liked the idea that it's all within a terminal. No need to open a browser and ask for questions. Pretty useful for searching without switching a cognitive context from a vim tab with the code to a browser. In december I did something similar with just a wrapper around OpenAI completion and was asking questions about coding. In combination with codequestion it was pretty useful. This one(XOXO) makes it a much pleasant experience.

​

Cheers!

11

Trolann t1_jcwc0n0 wrote

A (scarier) command line tool that may be up your alley is pls. I'd only use it in a safe VM for now, but minor edits could give you a way to confirm before execution.

5

kalakau t1_jd6uha4 wrote

that's got to be my favorite disclaimer i've ever read

"it's unpredictable and could do anything"

2

nenkoru t1_jcxjhy6 wrote

Yep, understandable. Made a Dockerfile for the project so that it could be run in an isolated environment. Checkout a pull request from me

1