1 Following are user contributed tips and tricks:
5 Poor Man's screen(1) ~or~ "relinks":
7 This will start ELinks on a *new* console if it is not already running, or open
8 the specified URL (if any) in a new tab in the running instance. Save this
9 script as "relinks" or something. Written by Russ, quoting fixed by Miciah.
13 elinks -remote ping\(\) 2>/dev/null \
14 && elinks -remote openURL\(${1:+"${1}"},new-tab\) \
16 openvt -sw -- elinks ${1:+"${1}"} &