@@ -144,7 +144,7 @@ To remove `googler` and associated docs, run
144144
145145To install the latest stable version, run
146146
147- $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.8 /googler && sudo chmod +x /usr/local/bin/googler
147+ $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.9 /googler && sudo chmod +x /usr/local/bin/googler
148148
149149You could then let googler upgrade itself by running
150150
@@ -167,10 +167,11 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
167167#### Cmdline options
168168
169169```
170- usage: googler [-h] [-s N] [-n N] [-N] [-c TLD] [-l LANG] [-x] [-C]
171- [--colors COLORS] [-j] [-t dN] [-w SITE] [--unfilter]
172- [-p PROXY] [--noua] [--notweak] [--json] [--url-handler UTIL]
173- [--show-browser-logs] [--np] [-u] [--include-git] [-v] [-d]
170+ usage: googler [-h] [-s N] [-n N] [-N] [-c TLD] [-l LANG] [-x]
171+ [--colorize [{auto,always,never}]] [-C] [--colors COLORS] [-j]
172+ [-t dN] [-w SITE] [--unfilter] [-p PROXY] [--noua] [--notweak]
173+ [--json] [--url-handler UTIL] [--show-browser-logs] [--np] [-u]
174+ [--include-git] [-v] [-d]
174175 [KEYWORD [KEYWORD ...]]
175176
176177Google from the command-line.
@@ -187,7 +188,12 @@ optional arguments:
187188 e.g., 'in' for India
188189 -l LANG, --lang LANG display in language LANG
189190 -x, --exact disable automatic spelling correction
190- -C, --nocolor disable color output
191+ --colorize [{auto,always,never}]
192+ whether to colorize output; defaults to 'auto', which
193+ enables color when stdout is a tty device; using
194+ --colorize without an argument is equivalent to
195+ --colorize=always
196+ -C, --nocolor equivalent to --colorize=never
191197 --colors COLORS set output colors (see man page for details)
192198 -j, --first, --lucky open the first result in web browser and exit
193199 -t dN, --time dN time limit search [h5 (5 hrs), d5 (5 days), w5 (5
@@ -197,7 +203,7 @@ optional arguments:
197203 -p PROXY, --proxy PROXY
198204 tunnel traffic through an HTTP proxy; PROXY is of the
199205 form [http://][user:password@]proxyhost[:port]
200- --noua disable user agent
206+ --noua legacy option (no effect)
201207 --notweak disable TCP optimizations and forced TLS 1.2
202208 --json output in JSON format; implies --noprompt
203209 --url-handler UTIL custom script or cli utility to open results
0 commit comments