1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: googler
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@cs.nctu.edu.tw>
Build-Depends: debhelper (>= 9), python3 (>= 3.3)
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
Homepage: https://github.com/jarun/googler
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/googler.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/googler.git
Package: googler
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3 (>= 3.3)
Description: Power tool to Google(Web & News) and Google Site Search from the terminal
Features
.
- 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
- Proxy support
- Man page with examples, shell completion scripts for Bash, Zsh and Fish
- Minimal dependencies
.
|