Quickly extract all unique or duplicate lines.
Unique are lines that appear in text one and only one time.
Duplicate are lines that appear twice or more. You can then use Unique command to leave only one instance of each duplicate line.
- Edit > Extract Lines > Extract Unique
- Edit > Extract Lines > Extract Duplicate
https://github.com/poma/sublime-extractlines/issues
Extract Lines is based on a Filter Lines plugin by David Peckham.