whitfin / runiq

An efficient way to filter duplicate lines from input, à la uniq.
MIT License
204 stars 23 forks source link

Add a --count option #8

Closed pfmoore closed 3 years ago

pfmoore commented 4 years ago

This implements the feature requested in #7. It's probably very rough, as I'm not a rust programmer, but should be a useful start if you want to implement this feature. I have tested it manually on my local PC, and it gives the results I'd expect.

pfmoore commented 4 years ago

Hi - any possibility that someone could review this PR?

whitfin commented 3 years ago

See comments in the related issue :) thank you though!