[Haskell-cafe] Haskell related search engines in the Opera browser

Kyle Marek-Spartz kyle.marek.spartz at gmail.com
Tue Sep 15 14:14:08 UTC 2015


Relatedly, if you use DuckDuckGo as your search engine, there's a number
of "Bangs" you can use:

!hoogle (a -> b) -> a -> b
!hackage defaultTimeLocale
!hayoo defaultTimeLocale
!haskellwiki Applications and libraries

This way you only need to change one setting (use DuckDuckGo) and you get all
these, and thousands more:

https://duckduckgo.com/bang

Henk-Jan van Tuyl writes:

> L.S.,
>
> It is easy to define the search facility of the Haskell wiki as a search
> engine in the Opera browser. Press alt-p to get to the preferences panel
> (details differ per Opera version) and define the following parameters for
> the new search engine:
>    Name    HaskellWiki
>    Keyword hw
>    Address https://wiki.haskell.org/Special:Search?search=%s
>
> Now you can enter, for example,
>    hw wxHaskell
> on the URL bar, to get to the wxHaskell page on the Haskell wiki.
> Another option is to double click a word on a web page, right click on the
> word and select Search with -> HaskellWiki.
>
> Similarly, you can search with Hoogle:
>    Name    Hoogle
>    Keyword h
>    Address http://www.stackage.org/lts-2.22/hoogle?q=%s
>
> Hackage:
>    Name    HackageDB
>    Keyword hd
>    Address https://hackage.haskell.org/package/%s
>
> Hayoo:
>    Name    Hayoo
>    Keyword hay
>    Address http://holumbus.fh-wedel.de/hayoo/hayoo.html?query=%s
>
> Regards,
> Henk-Jan van Tuyl
>
>
> --
> Folding at home
> What if you could share your unused computer power to help find a cure? In
> just 5 minutes you can join the world's biggest networked computer and get
> us closer sooner. Watch the video.
> http://folding.stanford.edu/
>
>
> http://Van.Tuyl.eu/
> http://members.chello.nl/hjgtuyl/tourdemonad.html
> Haskell programming

--
Kyle Marek-Spartz


More information about the Haskell-Cafe mailing list