- BopDots is a search tool/rapid home page - They're called bop dots because "bang" seems weird - This means the convention is `.wiki` rather than `!wiki` - The idea is that from a single landing page you can jump to searching different places. Similar to [duckduckgo's bangs](https://duckduckgo.com/bang) but personalized - As a user I would land on my home page and be able to type something like `.gh-radar foobar` and it would take me to the GitHub search limited in scope to the org `radartech` with the term `foobar` - This isn't some magic incantation the alias `gh-radar` is simply configured to go to the url `https://github.com/search?q=org%3ARadarTech+{{query}}&unscoped_q={{query}}` and replace `{{query}}` with my query term `foobar` -> `https://github.com/search?q=org%3ARadarTech+foobar&unscoped_q=foobar` - Domain ideas - bop.dev is available at $98/yr - Inspired by [Building personal search infrastructure for notes and code](https://beepb00p.xyz/pkm-search.html)