It does so by optionally including https?:// in the matches found by the wwws filter.
The pipe to grep -vE '^https?://' then filters out these duplicate results (they are already found by theurls` filter).
The result is a unique selection list that does not include unwanted duplicate results :)
This PR fixes the behavior described in #17.
It does so by optionally including
https?://
in the matches found by thewwws
filter. The pipe togrep -vE '^https?://' then filters out these duplicate results (they are already found by the
urls` filter).The result is a unique selection list that does not include unwanted duplicate results :)