A fuzzy file finder written in Haskell, inspired by Greyhound.
$ whippet <pattern> <dir>
e.g.
$ whippet "fbr" .
foobar.txt
Build locally into sandbox with cabal:
$ cabal sandbox init
$ cabal install -j --enable-tests
Run the tests:
$ cabal test
Run the executable:
$ cabal run whippet <pattern> <dir>