ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Search output colorizer #417

Open head-gardener opened 11 months ago

head-gardener commented 11 months ago

Another crack at #133, using ansi-terminal. You've mentioned on #363 that it would be preferable to adapt web-server's approach to highlights - which I did here. targetInfo and targetResultDisplay pass targetItem to highlightItem when color is on. On highlightItem - it needs to be refactored to support arbitrary outputs (HTML and ANSI currently) if this PR goes forward.

WIP, opening PR to get some feedback.

  1. Should we check for color support?
  2. What else should be colorized? Currently it's just the name.

Preview image