Skip to content

tjmw/whippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Fuzzy file finder in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published