-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,7 +260,7 @@ The color configuration is similar to that of [`googler` colors](https://github. | |
- [SZ Lin](https://github.com/szlin) | ||
- [Alex Gontar](https://github.com/mosegontar) | ||
|
||
Copyright © 2016-2017 [Arun Prakash Jana](mailto:[email protected]) | ||
Copyright © 2016-2018 [Arun Prakash Jana](mailto:[email protected]) | ||
|
||
### In the Press | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# Copyright (C) 2016-2017 Arun Prakash Jana <[email protected]> | ||
# Copyright (C) 2016-2018 Arun Prakash Jana <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -55,7 +55,7 @@ signal.signal(signal.SIGINT, sigint_handler) | |
|
||
# Constants | ||
|
||
_VERSION_ = '1.2' | ||
_VERSION_ = '1.4' | ||
|
||
COLORMAP = {k: '\x1b[%sm' % v for k, v in { | ||
'a': '30', 'b': '31', 'c': '32', 'd': '33', | ||
|
@@ -1571,7 +1571,7 @@ class DdgArgumentParser(argparse.ArgumentParser): | |
file = sys.stderr if file is None else file | ||
file.write(textwrap.dedent(""" | ||
Version %s | ||
Copyright © 2016-2017 Arun Prakash Jana <[email protected]> | ||
Copyright © 2016-2018 Arun Prakash Jana <[email protected]> | ||
License: GPLv3 | ||
Webpage: https://github.com/jarun/ddgr | ||
""" % _VERSION_)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "DDGR" "1" "08 Dec 2017" "Version 1.2" "User Commands" | ||
.TH "DDGR" "1" "05 Apr 2018" "Version 1.4" "User Commands" | ||
.SH NAME | ||
ddgr \- DuckDuckGo from the terminal | ||
.SH SYNOPSIS | ||
|
@@ -332,7 +332,7 @@ Arun Prakash Jana <[email protected]> | |
.SH REPORTING BUGS | ||
.I https://github.com/jarun/ddgr/issues | ||
.SH LICENSE | ||
Copyright \(co 2016-2017 Arun Prakash Jana <[email protected]> | ||
Copyright \(co 2016-2018 Arun Prakash Jana <[email protected]> | ||
.PP | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
.br | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
141f5b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zmwangx, @szlin ddgr v1.4 is released!
141f5b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated on Fedora.
141f5b7
There was a problem hiding this comment.
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 into Debian archive.
BTW, I am curious to know where is version 1.3?
141f5b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Lin! I skipped any shadow of unlucky 13. ;)