-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
4 changed files
with
21 additions
and
8 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
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
from urllib3.util import parse_url, make_headers | ||
import webbrowser | ||
|
||
__version__ = '3.9' | ||
__version__ = '4.0' | ||
__author__ = 'Arun Prakash Jana <[email protected]>' | ||
__license__ = 'GPLv3' | ||
|
||
|
@@ -2660,8 +2660,8 @@ def prompt_help(file=sys.stdout): | |
file.write(''' | ||
PROMPT KEYS: | ||
1-N browse search result indices and/or ranges | ||
O [id|range [...]] open search result/indices in GUI browser | ||
toggle try GUI browser if no options | ||
O [id|range [...]] open search results/indices in GUI browser | ||
toggle try GUI browser if no arguments | ||
a open all results in browser | ||
s keyword [...] search for records with ANY keyword | ||
S keyword [...] search for records with ALL keywords | ||
|
62517b7
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.
@eclipseo, @maxice8, @pabloariasal, @szlin, @zmwangx, @rachmadaniHaryono, @jpdasma Buku v4.0 is released!
62517b7
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.
https://pypi.org/project/buku/4.0/
62517b7
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 in Fedora F27-F30.
62517b7
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 guys!