pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
683 stars 163 forks source link

How to open link under cursor? #1575

Closed robert-winkler closed 3 years ago

robert-winkler commented 3 years ago

Hi, sometimes I get text mails (good) with HTML links (bad). Is there a hook or function for opening, for example, a link under the cursor? Currently, I copy such links from alot to the browser, using the mouse... There must be a better way! Best regards, Robert

lucc commented 3 years ago

Some terminals allow you to klick on links (I am using termite, maybe gnome or kde terminal can do it too). Otherwise you could pipe the mail to a program like urlscan: :pipeto urlscan.

robert-winkler commented 3 years ago

Awesome!!! urlscan is exactly what I needed! Thanks a lot again.