firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
213 stars 37 forks source link

add option for custom regex #102

Closed rpolve closed 3 years ago

rpolve commented 3 years ago

As discussed in #79.

Users can now provide a custom regular expression to be used instead of default expressions.

  --regex REGEX, -E REGEX
                        Alternate custom regex to be used for all kinds of
                        matching. For example: --regex 'https?://.+\.\w+'
firecat53 commented 3 years ago

Looks great! Thanks for your patience. Would you be willing to add a couple of more detailed example use cases in the README and manpage?

rpolve commented 3 years ago

Looks great! Thanks for your patience. Would you be willing to add a couple of more detailed example use cases in the README and manpage?

It's done. Thank you for reviewing.

firecat53 commented 3 years ago

Rebased (squashed) and merged. Thank you!