Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone using extract_url with mutt?
Date: Wed, 28 Apr 2021 01:18:56
Message-Id: YIi31tgKH8Qer66a@waltdnes.org
In Reply to: Re: [gentoo-user] Anyone using extract_url with mutt? by Nils Freydank
1 On Sat, Apr 24, 2021 at 07:40:35AM +0000, Nils Freydank wrote
2 > Hi Walter,
3 >
4 > in case your problem isn't already solved net-mail/urlscan[1] might
5 > be an alternative. Currently I maintain it in my overlay[2]. I just
6 > use it with xdg-open or KDE's URL-click-behaviour, but according to
7 > the urlscan readme you can "Run a command with the selected URL as
8 > the argument or pipe the selected URL to a command." which sounds
9 > to me as your workflow.
10
11 Thanks. I simply want a list of URLs that I can select to open in
12 Pale Moon. If I can copy URLs into the paste buffer, even better. It's
13 been a long while since I last used an overlay. What are the steps to
14 setting up "urlscan" in an overlay? Even more basic, what are the steps
15 to setting up an overlay? My /etc/portage/repos.conf/
16
17 ll /etc/portage/repos.conf/
18 total 20
19 drwxr-xr-x 2 root root 4096 Dec 14 12:31 .
20 drwxr-xr-x 9 root root 4096 Mar 5 20:41 ..
21 -rw-r--r-- 1 root root 291 Dec 14 12:31 gentoo.conf
22 -rw-r--r-- 1 root root 74 Oct 26 2017 local.conf
23 -rw-r--r-- 1 root root 42 Oct 26 2017 localrepo.conf
24
25 =========
26
27 cat /etc/portage/repos.conf/gentoo.conf
28 [DEFAULT]
29 main-repo = gentoo
30
31 [gentoo]
32 location = /usr/portage
33 sync-type = rsync
34 sync-uri = rsync://rsync.gentoo.org/gentoo-portage
35 auto-sync = yes
36 sync-rsync-verify-metamanifest = no
37
38 # for daily squashfs snapshots
39 #sync-type = squashdelta
40 #sync-uri = mirror://gentoo/../snapshots/squashfs
41
42 =========
43
44 cat /etc/portage/repos.conf/local.conf
45 [localrepo]
46 location = /usr/local/portage
47 masters = gentoo
48 auto-sync = no
49
50 =========
51
52 cat /etc/portage/repos.conf/localrepo.conf
53 [localrepo]
54 location = /usr/local/portage
55
56 --
57 Walter Dnes <waltdnes@××××××××.org>
58 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Anyone using extract_url with mutt? Steve Kollios <stephenkollios@×××××.com>
Re: [gentoo-user] Anyone using extract_url with mutt? Nils Freydank <nils.freydank@××××××.de>