| Crates.io | bangs |
| lib.rs | bangs |
| version | 0.1.0 |
| created_at | 2026-01-18 15:17:08.623262+00 |
| updated_at | 2026-01-18 15:17:08.623262+00 |
| description | Localhost alternative to DuckDuckGo's !Bangs |
| homepage | |
| repository | https://github.com/glebmxyz/bangs |
| max_upload_size | |
| id | 2052473 |
| size | 17,415 |
Localhost alternative to DuckDuckGo !Bangs
# The default search engine url is required
# It will be used if no matching shortcut is found in a query
# `%s` is used as a placeholder for a query
default_search_url: https://duckduckgo.com/?q=%s
shortcuts:
"!w":
# `no_query` is used when `%s` consist only of a shortcut
no_query: https://en.wikipedia.org
query: https://en.wikipedia.org/wiki/Special:Search?go=Go&search=%s&ns0=1
# Both `query` and `no_query` are optional
# If a shortcut is found but there's no mathching option, the default search engine is used
"!clap":
no_query: https://crates.io/crates/clap
Add a search engine with http://<host>:<port>/?q=%s URL to your browser