Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwotton/dustme

Haskell reimplementation of Selecta
https://github.com/mwotton/dustme

Last synced: 3 months ago
JSON representation

Haskell reimplementation of Selecta

Awesome Lists containing this project

README

        

Dustme
======

This is a reimplementation of Gary Bernhardt's
[Selecta](https://github.com/garybernhardt/selecta)
in Haskell. It is a bit faster, approximately half the number of lines
of code, and you only need to deploy one binary rather than the script
and a ruby interpreter. (Try

```
cat /usr/share/dict/words | selecta
```

and

```
cat /usr/share/dict/words | dustme
```

to compare.)

While it's still not finished (Selecta's colouring method is more
robust under different terminals), it's usable.

PRs & bug reports welcome.