Gentoo Archives: gentoo-user

From: Stefan Wimmer <swimmer@××××××.nl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: looking for a terminal w/ url activation capability
Date: Thu, 17 Aug 2006 19:10:24
Message-Id: slrnee9feo.nqe.swimmer@swimmer.xs4all.nl
In Reply to: [gentoo-user] looking for a terminal w/ url activation capability by Enrico Weigelt
1 * Enrico Weigelt <weigelt@×××××.de>
2 wrote on Thu, 17 Aug 2006 17:40:59 +0200 :
3 > I'm looking for an X11 terminal emulator, which can detect URLs
4 > and allows the user to click on them to exeucute an command
5 > with them.
6 >
7 > I'm using mutt als MUA and often get mails links. When using mutt
8 > via an X11 terminal, I'd like to be able to click on them so ie.
9 > mozilla gets called.
10 >
11 > Does anyone know such an terminal ?
12 Precedence: bulk
13 List-Post: <mailto:gentoo-user@l.g.o>
14 List-Help: <mailto:gentoo-user+help@g.o>
15 List-Unsubscribe: <mailto:gentoo-user+unsubscribe@g.o>
16 List-Subscribe: <mailto:gentoo-user+subscribe@g.o>
17 List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
18 X-BeenThere: gentoo-user@g.o
19 Reply-to: gentoo-user@l.g.o
20
21 x11-terms/rxvt-unicode with the 'perl' use-flag does the job as well ... you
22 only have to put those lines in your ~/.Xdefaults
23
24 URxvt*perl-ext-common: default,mark-urls
25 URxvt*urlLauncher: <BROWSER OF YOUR CHOICE>
26
27 HTH
28 swimmer
29
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: looking for a terminal w/ url activation capability Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] Re: looking for a terminal w/ url activation capability Uwe Thiem <uwix@××××.na>