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: ddgr
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
python3 (>= 3.5),
python3-setuptools,
dh-python
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: https://github.com/jarun/ddgr
Vcs-Git: https://salsa.debian.org/debian/ddgr.git
Vcs-Browser: https://salsa.debian.org/debian/ddgr
Package: ddgr
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3 (>= 3.5)
Description: DuckDuckGo from the terminal
Features
.
- Fast and clean (no ads, stray URLs or clutter), custom color
- Navigate result pages from omniprompt, open URLs in browser
- Search and option completion scripts for Bash, Zsh and Fish
- DuckDuckGo Bang support (along with completion)
- Open the first result directly in browser (as in I'm Feeling Ducky)
- Non-stop searches: fire new searches at omniprompt without exiting
- Keywords (e.g. filetype:mime, site:somesite.com) support
- Specify region, disable safe search
- HTTPS proxy support, Do Not Track set, optionally disable User Agent
- Support custom url handler script or cmdline utility
- Comprehensive documentation, man page with handy usage examples
- Minimal dependencies
.
|