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

Commit

Permalink
Prepare for release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 28, 2017
1 parent 09793e0 commit 1d113fa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
googler 3.1
2017-04-28

What's in?
- Search result metadata (e.g. IMDB rating)
- Multi-site search
- Browse numeric ranges at omniprompt
- googler@ - Financial Times, The Pirate Bay added

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

googler 3.0
2017-03-12

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Googler is a single standalone script, so you could download just a single file

To install the latest stable version, run

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

You could then let googler upgrade itself by running

Expand Down
5 changes: 3 additions & 2 deletions googler
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '3.0'
_VERSION_ = '3.1'

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

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

# Self-upgrade parameters
Expand Down Expand Up @@ -2025,6 +2025,7 @@ class GooglerArgumentParser(argparse.ArgumentParser):
f jump to the first page
o [index|range|a ...] open space-separated result indices, numeric ranges
(sitelinks unsupported in ranges), or all, in browser
open the current search in browser, if no arguments
g keywords new Google search for 'keywords' with original options
should be used to search omniprompt keys and indices
q, ^D, double Enter exit googler
Expand Down
2 changes: 1 addition & 1 deletion googler.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GOOGLER" "1" "Mar 2017" "Version 3.0" "User Commands"
.TH "GOOGLER" "1" "Apr 2017" "Version 3.1" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

5 comments on commit 1d113fa

@jarun
Copy link
Owner Author

@jarun jarun commented on 1d113fa Apr 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zmwangx @shaggytwodope @szlin googler v3.1 is released.

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun aur and ppa updated.

@jarun
Copy link
Owner Author

@jarun jarun commented on 1d113fa Apr 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Lin updated he will take care of Debian and Ubuntu mainline in the weekend.

@szlin
Copy link
Collaborator

@szlin szlin commented on 1d113fa Apr 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun Debian updated.

@jarun
Copy link
Owner Author

@jarun jarun commented on 1d113fa Apr 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.