Popularity
9.0
Stable
Activity
3.3
-
99
7
12
Monthly Downloads: 5
Programming language: Haskell
License: Apache License 2.0
Tags:
Development
Terminal
Latest version: v0.1.2.1
bhoogle alternatives and similar packages
Based on the "Development" category.
Alternatively, view bhoogle alternatives based on common mentions on social networks and blogs.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of bhoogle or a related project?
Popular Comparisons
README
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 hoogle
orcabal 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
+packagename
syntax 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
p
yanks the package name - 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.