Popularity
6.6
Declining
Activity
0.0
Stable
16
6
1

Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

dustme alternatives and similar packages

Based on the "Web" category.
Alternatively, view dustme alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of dustme or a related project?

Add another 'Web' Package

README

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.