sophie-glk / bang

A firefox addon which adds bangs (known from duckduckgo) to various search engines.
MIT License
46 stars 5 forks source link

Option to use only custom bangs #26

Closed Shi-553 closed 1 year ago

Shi-553 commented 1 year ago

When I change the bang prefix to something easy to use, it triggers unintended bangs. Specifically, I would like to prefix it with "space".

I would love to have this option as I usually only use some bangs.

sophie-glk commented 1 year ago

I implemented this, but prefixing with space doesn't work, bc we split each search query along spaces to separate the words, and if a space can also be a valid prefix this gets quite messy...