Skip to content

Commit

Permalink
Prepare for release v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 3, 2019
1 parent c43e134 commit 956435a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
ddgr v1.7
2018-09-03

What's in?
- Use setproctitle to set process name
- Monkeypatch textwrap for CJK wide characters
- Fix write to GNU Screen paste buffer
- Refresh current page on URL expansion toggle
- Smarter colorization and better support for native terminals on Windows
- Handle bangs in the form g!

-------------------------------------------------------------------------------

ddgr v1.6
2018-11-16

Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
#### Cmdline options

```
usage: ddgr [-h] [-n N] [-r REG] [-C] [--colors COLORS] [-j] [-t SPAN]
[-w SITE] [-x] [-p URI] [-I] [--unsafe] [--noua] [--json] [--gb]
[--np] [--url-handler UTIL] [--show-browser-logs] [-v] [-d]
usage: ddgr [-h] [-n N] [-r REG] [--colorize [{auto,always,never}]] [-C]
[--colors COLORS] [-j] [-t SPAN] [-w SITE] [-x] [-p URI]
[--unsafe] [--noua] [--json] [--gb] [--np] [--url-handler UTIL]
[--show-browser-logs] [-v] [-d]
[KEYWORD [KEYWORD ...]]
DuckDuckGo from the terminal.
Expand All @@ -153,7 +154,12 @@ optional arguments:
shows actual number of results fetched per page
-r REG, --reg REG region-specific search e.g. 'us-en' for US (default);
visit https://duckduckgo.com/params
-C, --nocolor disable color output
--colorize [{auto,always,never}]
whether to colorize output; defaults to 'auto', which
enables color when stdout is a tty device; using
--colorize without an argument is equivalent to
--colorize=always
-C, --nocolor equivalent to --colorize=never
--colors COLORS set output colors (see man page for details)
-j, --ducky open the first result in a web browser; implies --np
-t SPAN, --time SPAN time limit search [d (1 day), w (1 wk), m (1 month)]
Expand Down
22 changes: 20 additions & 2 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@ packages:
deps:
- python
container: "archlinux/base"
centos7.3:
centos7.4:
builddeps:
- make
deps:
- python
commands:
pre:
- yum install epel-release
centos7.4:
centos7.5:
builddeps:
- make
deps:
- python
commands:
pre:
- yum install epel-release
centos7.6:
builddeps:
- make
deps:
Expand All @@ -34,6 +42,11 @@ packages:
- make
deps:
- python3
debian10:
builddeps:
- make
deps:
- python3
fedora26:
builddeps:
- make
Expand All @@ -54,6 +67,11 @@ packages:
- make
deps:
- python3
fedora30:
builddeps:
- make
deps:
- python3
opensuse42.3:
builddeps:
- make
Expand Down

0 comments on commit 956435a

Please sign in to comment.