Skip to content
mklinik edited this page Sep 17, 2014 · 5 revisions

Sup does not have any special support for clicking on links within an email. Many terminals DO, but when in doubt, you can copy-paste the URL from the terminal into your web browser.

Certain terminals can be configured for link clicking

URxvt native support

Configure URxvt to match links and open in web browser on right-click by adding the following to $HOME/.Xresources

URxvt.perl-xt-common: default,matcher
URxvt.urlLauncher: iceweasel
URxvt.matcher.button: 3
URxvt.matcher.pattern: \\bwww\\.[\\w-]\\.[\\w./?&@#-][\\w/-]

where iceweasel is your browser command.

URxvt perl extension

urxvt-perls includes an extension that lets you select urls with the keyboard.

Clone this wiki locally