| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 03:30:16 GMT
X-Served-By: cache-dfw-kdal2120041-DFW, cache-bom-vanm7210092-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768707016.011865,VS0,VE298
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
bhoogle: Simple terminal GUI for local hoogle.
[Skip to Readme]
bhoogle: Simple terminal GUI for local hoogle.
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]
Downloads
- bhoogle-0.1.4.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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, 0.1.4.4 |
|---|---|
| Dependencies | base (>=4.9.1.0 && <5), brick (>=2.1 && <2.11), bytestring (>=0.12.1 && <0.13), containers (>=0.6 && <0.9), directory (>=1.3.8 && <1.4), filepath (>=1.4 && <1.6), hoogle (>=5.0 && <5.1), lens (>=5.3.4 && <5.4), process (>=1.6.2 && <1.7), text (>=2.1.1 && <2.2), time (>=1.12.2 && <1.16), typed-process (>=0.2.12 && <0.3), vector (>=0.13.2 && <0.14), verset (>=0.0.1 && <0.1), vty (>=6.2 && <6.6), vty-crossplatform (>=0.4.0 && <0.6) [details] |
| License | (BSD-3-Clause OR Apache-2.0) |
| Copyright | 2018-2025 Andre Van Der Merwe |
| Author | Andre Van Der Merwe |
| Maintainer | andre@andrevdm.com |
| Uploaded | by andrevdm at 2025-04-18T08:04:23Z |
| Revised | Revision 6 made by andrevdm at 2026-01-11T13:38:33Z |
| Category | Development, Terminal |
| Home page | https://github.com/andrevdm/bhoogle#readme |
| Source repo | head: git clone https://github.com/andrevdm/bhoogle |
| Distributions | LTSHaskell:0.1.4.4, NixOS:0.1.4.4, Stackage:0.1.4.4 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | bhoogle |
| Downloads | 7918 total (62 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2025-04-18 [all 2 reports] |
Readme for bhoogle-0.1.4.4
[back to package description]Hoogle terminal GUI.
bhoogle is a simple terminal GUI wrapper over hoogle.

Setup
- Make sure you have a local hoogle database created
- If you don't already, then
- Install hoogle (e.g.
stack install hoogleorcabal install hoogle) - Generate the default database (
hoogle generate)
- Install hoogle (e.g.
Usage
- Enter a string in the "Type" edit box. You can filter the results to specific packages appending the
+packagenamesyntax just like with Hoogle. - Press enter to search: focus goes directly to the results list
- Or press tab to search and focus will go to the "text" edit box
- You can then filter the results by typing in the "text" edit box, any result containing the sub-string typed will be shown
- Navigate the results by using arrow or vi (hjkl) keys
- Pressing 's' in the results list will toggle the sort order
- Escape to exit
- Search-ahead is enable for any type search longer than ~3 characters
- When a result is selected
pyanks the package name - When a result is selected
myanks 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.