Philip Wittamore wrote: > Hi Bela, > > g $0 <enter> doesn't work, but thanks for the idea. > > I've resorted to writing a acript that creats a folder and gophermap > for each phlog entry. As gophermaps contain clickable links it solves my > problem. > I still regret though that Lynx can't identify url's in text files and > convert them > to links. Lynx internally converts gophermap text files to html after all. > Unfortunately my capabilities don't extend to getting Lynx to do that.
It wouldn't be as simple as just setting URxvt.url-launcher to "g $0 <enter>", of course. You would tell it to run a script, passing it $0. The script you write needs to emit that string (prepended with 'g' and appended with newline) into the terminal's input buffer. This is *doable*. But, likely to be quite specific to the particular terminal program you're using. >Bela<
