Bennett --
...and then Bennett Todd said...
% Here's my urlview setup. In .urlview I have:
%
% REGEXP (http|https|ftp|mailto):(//)?[^ >"]*|www.[-a-z0-9.]+)[^ .,;>">]
% COMMAND screen browse '%s'
Hey, now that's a nice trick...
%
% "screen" takes its args and runs them as a command-line in a new
% screen session, so each browser I fire off with urlview runs in a
Yep.
% separate screen. I like that behavior. I do all my work in a screen
% session on a /dev/fb Linux raw console, nice and sharp at 128
% columns by 48 lines.
Thanks for the tip! I think I may use this, since I use screen very
heavily and even locally under X :-)
%
% So anyway, browse is a trivial wrapper script that deals with the
% fact that I like to use Links to browse everything except https,
% which it can't handle; for https I use Lynx. So here's my browse
% script:
%
% #!/bin/sh
% case "$1" in
% https://*) exec lynx "$@";;
% *) exec links "$@";;
% esac
Yep. I'll probably use the ncftp-enhanced url_handler.sh in the same
way, adding links support (works for me so far, though w3m does not
compile)...
%
% -Bennett
:-D
--
David T-G * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001. There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*
PGP signature