taktoa / bhoogle

Hoogle terminal UI brick example app

Home Page:http://www.andrevdm.com/posts/2018-01-15-bhoogle.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoogle example UI built with brick

bhoogle is a very simple wrapper over hoogle and a demo brick application

ui

Setup

  • Make sure you have a local hoogle database created
  • If you don't already, then
    1. Install hoogle (e.g. stack install hoogle)
    2. Generate the default database (hoogle generate)

Usage

  1. Enter a search in the "type" edit box
  2. Press enter to search: focus goes directly to the results list
  3. Or press tab to search and focus will go to the "text" edit box
  4. You can then filter the results by typing in the "text" edit box, any result containing the sub-string typed will be shown
  5. Navigate the results by using arrow or vi (hjkl) keys
  6. Pressing 's' in the results list will toggle the sort order
  7. Escape to exit
  8. Search-ahead is enable for any type search longer than 3 characters

Notes

  1. I'm using the latest brick at the time of writing this (0.33). See "extra-deps" in stack.yaml

About

Hoogle terminal UI brick example app

http://www.andrevdm.com/posts/2018-01-15-bhoogle.html

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%