home.social

#searchbangs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #searchbangs, aggregated by home.social.

fetched live
  1. In situations where a website uses Algolia search, how do you write a bang for searching? Typically I would write a bang that uses the URL, so for example, here's my bang for searching the k8s docs:

    https://kubernetes.io/search/?q=%s
    

    And I have that mapped to !k8s so I can just hit ctrl + t to pull up a search bar and then, say I forgot how to set the default mode for a PVC, I could search for something like:

    !k8s defaultMode
    

    And it would search the kubernetes docs for me, rather than me having to first plug it into a third party search engine and sift through a bunch of AI slop results, or actually remember the exact URL of the k8s docs.

    But for say, the helm docs (located at helm.sh), I don't know how to write a bang for this. Anyone have any ideas? I use Uruky as my primary web search site, if that's helpful.

    #search #websearch #searchBangs #bangs #uruky #algolia #duckduckfedi #helm