在 Firefox 浏览器 URL 中使用环境变量
我试图使用 Firefox 浏览器浏览我的 unix 路径中的一些 html 文件。有没有办法在 Firefox 中使用环境变量作为 URL?并可能将其添加为书签吗?
例如:
file://$PATH/index.html
I was trying to browse some html files in my unix path using Firefox browser.Is there any way to use environment variables as URL in Firefox? And possibly bookmark it?
For instance:
file://$PATH/index.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是不可能的,因为 UNIX 中的环境变量与您的 shell 相关联。前任。在 .bashrc 中定义。据我所知,Firefox 与您的 shell 没有交互,但这并不是说它不能通过扩展进行编程。
This is likely not possible since environmental variables in unix are associated with your shell. Ex. defined in .bashrc. As far as I know, Firefox has no interaction with your shell, though that's not to say it couldn't be programmed to via an extension.