tomnomnom / anew

A tool for adding new lines to files, skipping duplicates
MIT License
1.34k stars 147 forks source link

Feature Request: Add a flag to take whitespace into account #13

Closed thesurlydev closed 2 years ago

thesurlydev commented 2 years ago

Right now, if there's an entry with a trailing space in the file to be appended to, anew will append another entry (without a trailing space) resulting in duplicate entries.

Please consider adding a toggle flag to ignore or not ignore white space when determining if a new entry should be appended.