Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DuckDuckGo bangs as searchengines #2

Open
jgkamat opened this issue Sep 22, 2018 · 1 comment
Open

DuckDuckGo bangs as searchengines #2

jgkamat opened this issue Sep 22, 2018 · 1 comment
Labels
type: idea Ideas for possible extensions

Comments

@jgkamat
Copy link
Member

jgkamat commented Sep 22, 2018

qutebrowser's search-engine functionality is nice, but it would be even nicer if we could parse '!searchengine' as a query to a qutebrowser searchengine. This way, people can keep their bang workflow while either avoiding requests to ddg or overriding their choice of bang wording (for example, I really want !yum git to search fedora or centos, rather than yummly).

It would be nice to 'tag' searchengines so some of them could be only prefix-based (like the default) and some could be only 'bang' based.

@johnnygroovy
Copy link

I second that.

That would be great, especially now that duckduckgo are removing some bangs

As a substitute, I have this in my config file :
c.url.searchengines['!w'] = 'https://en.wikipedia.org/wiki/{}'

And this to speed things up
config.bind('!', 'set-cmd-text :open -t -r !')

Of course, the limitation is that you have to put the bang command before the search.

@The-Compiler The-Compiler added the type: idea Ideas for possible extensions label Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: idea Ideas for possible extensions
Projects
None yet
Development

No branches or pull requests

3 participants