(BSD-3-Clause OR Apache-2.0) licensed by Andre Van Der Merwe
Maintained by [email protected]
This version can be pinned in stack with:bhoogle-0.1.3.5@sha256:a3393794b22faabeb564c57f4a9506390b6b97b9792c6b4e130f15bf116099fd,1806

Module documentation for 0.1.3.5

There are no documented modules for this package.

Hoogle terminal GUI.

bhoogle is a simple terminal GUI wrapper over hoogle.

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 or cabal 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
  9. When a result is selected p yanks the package name
  10. When a result is selected m yanks the module name

Settings

Location: ~/.config/bhoogle/bhoogle.conf

Eg:

yank=xclip
yankArgs=-selection c

Note that the version described in the blog is on the blog branch.