Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 421 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 421 Bytes

Whippet

A fuzzy file finder written in Haskell, inspired by Greyhound.

Usage

$ whippet <pattern> <dir>

e.g.

$ whippet "fbr" .
foobar.txt

Development

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>