On Wed, 31 Oct 2007 21:57:42 -0400 Faux_Pseudo wrote: > Is there a macro, bit of scripting, shell script opperating via ssh (a > really ugly hack) or some other trick that will allow elinks to figure > out where I really am and launch the link/page on that system?
can't you use URI-passing for this? like: .elinks/elinks.conf: set document.uri_passing.clip = "echo -n %c | xclip -i" .elinks/elinks.conf: set document.uri_passing.guibrowser = "sudo -i -u ino firefox %c" "xclip -i" stores what's passed into it on stdin into the X-selection. you can use, eg. "firefox `xclip -o`" to start a GUI browser on it. _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
