mwotton / dustme

Haskell reimplementation of Selecta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dustme

This is a reimplementation of Gary Bernhardt's 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.

About

Haskell reimplementation of Selecta

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%