Skip to content

Commit

Permalink
A new image for v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Nov 16, 2018
1 parent 3243846 commit 03874e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>

<p align="center">
<a href="https://asciinema.org/a/151849"><img src="https://asciinema.org/a/151849.png" alt="Asciicast" width="734"/></a>
<a href="https://asciinema.org/a/212198"><img src="https://asciinema.org/a/212198.png" alt="Asciicast" width="734"/></a>
</p>

`ddgr` is a cmdline utility to search DuckDuckGo from the terminal. While [googler](https://github.com/jarun/googler) is highly popular among cmdline users, in many forums the need of a similar utility for privacy-aware DuckDuckGo came up. [DuckDuckGo Bangs](https://duckduckgo.com/bang) are super-cool too! So here's `ddgr` for you!
Expand Down

7 comments on commit 03874e4

@jarun
Copy link
Owner Author

@jarun jarun commented on 03874e4 Nov 16, 2018

Choose a reason for hiding this comment

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

@eclipseo, @maxice8, @pabloariasal, @szlin, @zmwang ddgr v1.6 is released!

@zmwangx all ready for PyPI.

@zmwangx
Copy link
Contributor

Choose a reason for hiding this comment

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

@jarun
Copy link
Owner Author

@jarun jarun commented on 03874e4 Nov 17, 2018

Choose a reason for hiding this comment

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

@zmwangx I raised the Homebrew PR this time. Let's see.

@szlin
Copy link
Collaborator

@szlin szlin commented on 03874e4 Nov 19, 2018

Choose a reason for hiding this comment

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

@jarun The new version of ddgr has been uploaded.

One thing to be aware of is that the original setup.py breaks the integrity of source code, it copies and creates 'ddgr.py' in run-time. To avoid error - "error: aborting due to unexpected upstream changes", I've created in-house patch in below.

-shutil.copyfile('ddgr', 'ddgr.py')
-
-with open('ddgr.py', encoding='utf-8') as fp:
+with open('ddgr', encoding='utf-8') as fp:

@jarun
Copy link
Owner Author

@jarun jarun commented on 03874e4 Nov 19, 2018

Choose a reason for hiding this comment

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

Hi @szlin, I think we have to live with this as the PyPI req needs the file to be in .py extension. I think this is just fine as we won't touch this anymore.

@szlin
Copy link
Collaborator

@szlin szlin commented on 03874e4 Nov 19, 2018

Choose a reason for hiding this comment

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

@jarun Fair enough, I will keep the in-house patch in Debian.

@jarun
Copy link
Owner Author

@jarun jarun commented on 03874e4 Nov 19, 2018

Choose a reason for hiding this comment

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

Thanks Lin!

Please sign in to comment.