Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mwotton/dustme
- Owner: mwotton
- License: bsd-3-clause
- Created: 2016-06-13T22:13:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T10:57:23.000Z (over 5 years ago)
- Last Synced: 2024-02-23T04:03:16.936Z (11 months ago)
- Language: Haskell
- Homepage:
- Size: 29.3 KB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.