bhoogle: Simple terminal GUI for local hoogle.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

bhoogle is a terminal GUI layer over local hoogle. It provides search ahead and sub-string filtering in addition to the usual type-search.


[Skip to Readme]

Properties

Versions 0.1.1.1, 0.1.1.1, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.5, 0.1.2.6, 0.1.2.7, 0.1.2.9, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.4.1, 0.1.4.2, 0.1.4.3
Change log None available
Dependencies base (>=4.7 && <5), brick, bytestring, containers, directory, filepath, hoogle, lens, process, protolude, safe-exceptions, text, time, vector, vty [details]
License BSD-3-Clause
Copyright 2018 Andre Van Der Merwe
Author Andre Van Der Merwe
Maintainer andre@andrevdm.com
Category Development, Terminal
Home page https://github.com/githubuser/bhoogle#readme
Source repo head: git clone https://github.com/githubuser/bhoogle
Uploaded by andrevdm at 2018-01-27T07:53:16Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for bhoogle-0.1.1.1

[back to package description]

Hoogle terminal GUI.

bhoogle is a simple terminal GUI wrapper over hoogle.

ui

Setup

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

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