From 39f307358b7154bb86d320e37aa070f9cd99da58 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 27 Nov 2016 09:00:41 +0530 Subject: [PATCH] Update features and dependencies. --- README.md | 12 ++++++------ buku.1 | 6 +++--- buku.py | 2 +- tools/makedeb | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b2f1021..519bcc4 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ Though a terminal utility, it's possible to add bookmarks to `buku` without touc - Add, open, tag, comment on, update, remove, shorten URLs - Multiple search options, continuous search at prompt -- Portable, merge-able database, to sync between systems -- Import/export bookmarks in markdown or HTML (FF, Chrome compatible) +- Portable, merge-able database to sync between systems +- Import/export in Markdown or HTML (FF, Chrome compatible) - Fetch page title from web, refresh all titles in a go - Open (multiple) search results directly in default browser - Manual password protection using AES256 encryption -- Tab-completion scripts (Bash, Fish, Zsh), man page with examples +- Completion scripts (Bash, Fish, Zsh), man page with examples - Several options for power users (see help or man page) - Fast and clean interface, distinct symbols for record fields - Minimal dependencies @@ -70,10 +70,10 @@ Though a terminal utility, it's possible to add bookmarks to `buku` without touc To install package dependencies, run: - $ sudo pip3 install cryptography beautifulsoup4 + $ sudo pip3 install urllib3 cryptography beautifulsoup4 requests or on Ubuntu: - $ sudo apt-get install python3-cryptography python3-bs4 + $ sudo apt-get install python3-urllib3 python3-cryptography python3-bs4 python3-requests ### Installing from this repository @@ -128,7 +128,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi usage: buku [OPTIONS] [KEYWORD [KEYWORD ...]] - A powerful command-line bookmark manager. Your mini web! + Powerful command-line bookmark manager. Your mini web! general options: -a, --add URL [tag, ...] diff --git a/buku.1 b/buku.1 index 5c6d690..a678ac9 100644 --- a/buku.1 +++ b/buku.1 @@ -11,12 +11,12 @@ is a command-line tool to save, tag and search bookmarks. .PP * Add, open, tag, comment on, update, remove, shorten URLs * Multiple search options, continuous search at prompt - * Portable merge-able database, to sync between systems - * Import/export bookmarks in markdown or HTML (FF, Chrome compatible) + * Portable merge-able database to sync between systems + * Import/export in Markdown or HTML (FF, Chrome compatible) * Fetch page title from web, refresh all titles in a go * Open (multiple) search results directly in default browser * Manual password protection using AES256 encryption - * Tab-completion scripts (Bash, Fish, Zsh), man page with examples + * Completion scripts (Bash, Fish, Zsh), man page with examples * Several options for power users (see help or man page) * Fast and clean interface, distinct symbols for record fields * Minimal dependencies diff --git a/buku.py b/buku.py index 75b0a11..c6b5b0c 100755 --- a/buku.py +++ b/buku.py @@ -2156,7 +2156,7 @@ def main(): # Setup custom argument parser argparser = ExtendedArgumentParser( - description='A powerful command-line bookmark manager. Your mini web!', + description='Powerful command-line bookmark manager. Your mini web!', formatter_class=argparse.RawTextHelpFormatter, usage='''buku [OPTIONS] [KEYWORD [KEYWORD ...]]''', add_help=False diff --git a/tools/makedeb b/tools/makedeb index be1fc6d..5fa4675 100755 --- a/tools/makedeb +++ b/tools/makedeb @@ -218,7 +218,7 @@ Build-Depends: debhelper (>= 9) Package: $pkgname Architecture: all -Depends: \${shlibs:Depends}, \${misc:Depends}, python3 (>= 3.3), python3-cryptography, python3-bs4 +Depends: \${shlibs:Depends}, \${misc:Depends}, python3 (>= 3.3), python3-urllib3, python3-cryptography, python3-bs4, python3-requests Description: Powerful command-line bookmark manager See https://github.com/jarun/Buku#readme. EOF