Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tjmw/whippet
- Owner: tjmw
- License: mit
- Created: 2014-11-02T12:59:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T17:24:08.000Z (about 10 years ago)
- Last Synced: 2023-03-11T06:57:39.987Z (almost 2 years ago)
- Language: Haskell
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whippet
A fuzzy file finder written in Haskell, inspired by [Greyhound](https://github.com/olivernn/greyhound).
### Usage
```
$ whippete.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
```