一个很有名的浏览器

源代码在线查看: elinks-remote

软件大小: 3632 K
上传用户: zp380747972
关键词: 浏览器
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/bash				#				# This script lets you pass URLs from external programs to ELinks easily. You				# just call this script with URL as a parameter (just like i.e. "netscape				# -remote url"), and then press 'x' in the ELinks instance where you want the				# URL to be loaded.				#				# You can also press 'X' to save URL of currently selected link back to				# ~/.elinks/external.url.				#				# Note that you also need remote.lua loaded in ELinks.				#				# These two scripts were contributed by Len Trigg .				#				# XXX: Please note that elinks now ``natively'' support passing URLs from				# external programs by using the --remote command line argument. It is				# documented in the doc/remote.txt file.				#								echo $* >$HOME/.elinks/external.url							

相关资源