this post was submitted on 03 Feb 2025
8 points (100.0% liked)

Haskell

372 readers
1 users here now

founded 2 years ago
MODERATORS
 

I just discovered bhoogle a few years too late and it just doesn't get enough love

@haskell #programming It's a TUI wrapper for hoogle done right. @andrevdm 's blog post: https://www.andrevdm.com/posts/2022-09-07-bhoogle.html

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago* (last edited 2 days ago)

Would be so cool to have something like this for Nix (with appropriate accommodations for packages and NixOS modules, and some Flake search too).

(Actually, bhoogle is stuttering a lot with some queries - looks like the TUI rendering and search happen in a single thread. Not cool.)