public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: David Haller <gentoo@dhaller.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Anyone using extract_url with mutt?
Date: Thu, 26 Nov 2020 09:11:31 +0100	[thread overview]
Message-ID: <20201126081131.hep3xv4itanksbs5@grusum.endjinn.de> (raw)
In-Reply-To: <20201126071913.GA2768@waltdnes.org>

Hello,

On Thu, 26 Nov 2020, Walter Dnes wrote:
>  urlview has served me faithfully for many years in conjunction with
>mutt.  In a recent install, I find it's no longer available (python
>2.7?).

Stated reason was "upstream dead" (which seems the case since 2013,
with issues on github[1])...

>extract_url is touted as a drop-in replacement for urlview.  I
>emerged it and did some RTFM, ending up more confused than ever.  I want
>to display urls on a simple menu, just like urlview, select, and pass
>the selected url to my palemoon email profile...
>
>/home/waltdnes/pm/palemoon/palemoon -new-instance -p email

I don't know urlview, but FWIW, I use the mouse or cursor in e.g. 
emacs to select the URL (or just a part) as usual and then
Ctrl+"8th-Button" (actually lower thumb button, use xev / evtest to
find the right button number) to call the browser, done via xbindkeys:

# call browser with selected text as URL
"/home/dh/bin/browser $(xsel -o)"
    Control + b:8

You can use pretty much any unused key-combination with or without the
mouse as trigger.

(that ~/bin/browser is just my little wrapper-shellscript adding e.g. 
a profile option, a '-new-tab' if the browser is already running or
calling another unliked, but needed for some specific pages, browser...)

Ah: x11-misc/xbindkeys x11-misc/xsel

HTH,
-dnh

[1] https://github.com/sigpipe/urlview/issues

-- 
Door: Something a cat wants to be on the other side of


  reply	other threads:[~2020-11-26  8:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26  7:19 [gentoo-user] Anyone using extract_url with mutt? Walter Dnes
2020-11-26  8:11 ` David Haller [this message]
2021-04-24  7:40 ` Nils Freydank
2021-04-28  1:18   ` Walter Dnes
2021-04-28  4:18     ` Steve Kollios
2021-04-30  0:33       ` Walter Dnes
2021-04-30  0:36       ` Walter Dnes
2021-04-29 12:35     ` Nils Freydank

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201126081131.hep3xv4itanksbs5@grusum.endjinn.de \
    --to=gentoo@dhaller.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox