Thanks for explaining what it is without making us click something. Using @hoogle on Freenode #haskell is all the TUI I need ;).
this post was submitted on 03 Feb 2025
7 points (88.9% liked)
Haskell
494 readers
1 users here now
founded 2 years ago
MODERATORS
Wait, is #haskell still on Freenode? I thought they migrated to libera.chat during the Freenode collapse
Sorry, I meant libera. Forgot about the switch.
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.)
@haskell @balsoft yeah "done right" was maybe somewhat generous. It's apparently meant to be more of a pet/toy project, so there's no multithreading indeed. I believe the author is willing to accept PRs on the matter