biati-digital / nova-text-tools

Swiss Army knife for text manipulation and selection Sort, Transform, Filter, Delete Duplicates, Encode, Decode and much more...
16 stars 2 forks source link

"Filter Unique Lines" removes the duplicated lines without one remaining #13

Closed guillaumealgis closed 2 years ago

guillaumealgis commented 2 years ago

From my understanding the command "Filter Unique Lines" should remove duplicated occurence of a same line, while keeping a unique occurence in the file (like the unix uniq program does).

However, the command completely removes all occurrences of a line :

https://user-images.githubusercontent.com/1041337/174351523-b5f8eebf-8f2a-459f-9012-3222dfa3070d.mov

biati-digital commented 2 years ago

There's a "Delete duplicate lines" command, please check the readme for explanation of some commands including.

guillaumealgis commented 2 years ago

Thanks. My bad, I didn't check the readme.

I still think the two commands have a confusing naming (especially when considering the that unix uniq command does what "Delete duplicate lines" does), but I have no better idea, so...

biati-digital commented 2 years ago

Hi, the name of the commands are not based on a Unix tool, all the extensions I've tried in multiple text editor use "Delete duplicates" so we use that.