I checked through firefox's supposedly supported command line arguments and found this distinctly lacking, but I can't help but assume it must be somehow possible. Any thoughts on how? Currently running Ubuntu 11.10 if that changes anything.
问问题
336 次
2 回答
1
如果您在谈论Developer Toolbar,它看起来不像可以访问内置搜索。它主要用于快速访问开发人员任务(键入help
以查看其访问的全部内容),而不是用于驱动常规浏览任务。
于 2012-11-30T04:04:17.057 回答
0
在 ubuntu 中使用终端安装 googler 第 1 步:安装 git(如果未安装)
sudo apt-get install git
步骤 2:更改目录
cd /tmp
步骤 3:使用命令从下面给出的链接克隆它
git clone https://github.com/jarun/googler.git
第四步:进入 googler 目录
cd googler
第五步:
sudo make install
第6步:之后移动到bash目录
cd auto-completion/bash/
Step-7: 最后将文件复制到etc/bash_completion.d
sudo cp googler-completion.bash /etc/bash_completion.d/
现在从终端打开 googler
googler your_query
如需进一步查询,请参阅 此处
使用 man googler 获取更多选项
于 2016-09-19T07:23:35.157 回答