NOTE: This branch fork from 'https://github.com/jarun/googler', we use the
article extractor
( newspaper, you must install it ) to extract and print the extractor article of the index. In omniprompt keys, we add thec
to show current page search results andv index
toextract article from the result page of the index
googler
is a power tool to Google (Web & News) and Google Site Search from the command-line. It shows the title, URL and abstract for each result, which can be directly opened in a browser from the terminal. Results are fetched in pages (with page navigation). Supports sequential searches in a single googler
instance.
googler
isn't affiliated to Google in any way.
Got some suggestions? with us.
Find googler
useful? If you would like to donate, visit the
page.
- Google Search, Google Site Search, Google News
- Fast and clean (no ads, stray URLs or clutter), custom color
- Open result URLs (or the actual search) in browser
- Navigate search result pages from omniprompt
- Fetch n results in a go, start at the nth result
- Disable automatic spelling correction and search exact keywords
- Limit search by duration, country/domain specific search (default: .com), language preference
- Supports Google search keywords like
filetype:mime
,site:somesite.com
etc. - Optionally open the first result directly in browser (as in I'm Feeling Lucky)
- Non-stop searches: fire new searches at omniprompt without exiting
- HTTPS proxy support
- Man page with examples, shell completion scripts for Bash, Zsh and Fish
- Minimal dependencies
googler
requires Python 3.3 or later. Only the latest patch release of each minor version is supported.
To download this repository, you may either clone via git:
$ git clone https://github.com/jarun/googler/
or download a source code archive: the latest stable release or the development version.