Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 1d113fa

Browse files
committed
Prepare for release v3.1
1 parent 09793e0 commit 1d113fa

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
googler 3.1
2+
2017-04-28
3+
4+
What's in?
5+
- Search result metadata (e.g. IMDB rating)
6+
- Multi-site search
7+
- Browse numeric ranges at omniprompt
8+
- googler@ - Financial Times, The Pirate Bay added
9+
10+
-------------------------------------------------------------------------------
11+
112
googler 3.0
213
2017-03-12
314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Googler is a single standalone script, so you could download just a single file
119119

120120
To install the latest stable version, run
121121

122-
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.0/googler && sudo chmod +x /usr/local/bin/googler
122+
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.1/googler && sudo chmod +x /usr/local/bin/googler
123123

124124
You could then let googler upgrade itself by running
125125

googler

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ signal.signal(signal.SIGINT, sigint_handler)
6565

6666
# Constants
6767

68-
_VERSION_ = '3.0'
68+
_VERSION_ = '3.1'
6969

7070
COLORMAP = {k: '\x1b[%sm' % v for k, v in {
7171
'a': '30', 'b': '31', 'c': '32', 'd': '33',
@@ -80,7 +80,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
8080
}.items()}
8181

8282
# Disguise as Firefox on Ubuntu
83-
USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0')
83+
USER_AGENT = ('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0')
8484
ua = True # User Agent is enabled by default
8585

8686
# Self-upgrade parameters
@@ -2025,6 +2025,7 @@ class GooglerArgumentParser(argparse.ArgumentParser):
20252025
f jump to the first page
20262026
o [index|range|a ...] open space-separated result indices, numeric ranges
20272027
(sitelinks unsupported in ranges), or all, in browser
2028+
open the current search in browser, if no arguments
20282029
g keywords new Google search for 'keywords' with original options
20292030
should be used to search omniprompt keys and indices
20302031
q, ^D, double Enter exit googler

googler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GOOGLER" "1" "Mar 2017" "Version 3.0" "User Commands"
1+
.TH "GOOGLER" "1" "Apr 2017" "Version 3.1" "User Commands"
22
.SH NAME
33
googler \- Google from the command-line
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)