Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjmw/whippet

Fuzzy file finder in Haskell
https://github.com/tjmw/whippet

Last synced: about 2 months ago
JSON representation

Fuzzy file finder in Haskell

Awesome Lists containing this project

README

        

# Whippet

A fuzzy file finder written in Haskell, inspired by [Greyhound](https://github.com/olivernn/greyhound).

### Usage

```
$ whippet

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
```