Alfred2 workflow for google search suggestion, instant search, site search, related search, etc.
Keyword g
: provide google search suggestions based on {query}.
Keyword gi
: get instant google search results in Alfred based on {query}.
Keyword gs
: get instant google search results of front browser's site in Alfred based on {query}.
Supported browsers are: Safari, Google Chrome, Opera, OmniWeb, etc.
You can use site:example.com query
if you do not want to search for current front browser's site.
For example, open safari with github.com, type gs alfred2 workflow
to find related projects hosted in github.
Keyword related
: get related google search results of front browser's site in Alfred based on {query}.
Supported browsers are: Safari, Google Chrome, Opera, OmniWeb, etc.
You can use related:example.com query
if you do not want to search for current front browser's site.
shift
key to preview website.
Two ways are provided:
-
You can download the Google.alfredworkflow and import to Alfred 2. This method is suitable for regular users.
-
You can
git clone
orfork
this repository and userake install
andrake uninstall
to install and uninstall. This method create a symlink to the alfred workflow directory: "~/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows". This method is suitable for developers.
Copyright (c) 2013 Zhao Cai [email protected]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.