Skip to content

Instantly share code, notes, and snippets.

@Brettm12345
Created February 11, 2020 16:42
Show Gist options
  • Save Brettm12345/cb871ea3076639d0ba05166645f08933 to your computer and use it in GitHub Desktop.
Save Brettm12345/cb871ea3076639d0ba05166645f08933 to your computer and use it in GitHub Desktop.
Fuzzy search through hoogle
#! /usr/bin/env nix-shell
#! nix-shell -i sh -p hoogle skim
sk -i -c "hoogle -q --count=50 '{}'" --preview="hoogle -i '{1..2}'" --cmd-prompt="hoogle> "
@Brettm12345
Copy link
Author

A note for people not using NixOs delete the top two lines and replace them with
#!/bin/sh after making sure you have skim and hoogle installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment