Update features and dependencies.
This commit is contained in:
parent
f1dd53f1bb
commit
39f307358b
12
README.md
12
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, ...]
|
||||
|
6
buku.1
6
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
|
||||
|
2
buku.py
2
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user