Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 536 Bytes

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.