-
-
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
2 changed files
with
26 additions
and
3 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:[email protected]). | |
# Features | ||
|
||
- Add, tag, comment on, search, update, remove bookmarks | ||
- Merge-able portable database, to sync between systems (not released yet) | ||
- Merge-able portable database, to sync between systems | ||
- Import/export bookmarks HTML (Firefox, Google Chrome, IE compatible) | ||
- Fetch page title from web (default), refresh all titles in a go | ||
- Open search results directly in browser | ||
|
@@ -46,6 +46,7 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:[email protected]). | |
- [Running as a standalone utility](#running-as-a-standalone-utility) | ||
- [Shell completion](#shell-completion) | ||
- [Installing with a package manager](#installing-with-a-package-manager) | ||
- [Debian package](#debian-package) | ||
- [Usage](#usage) | ||
- [Cmdline options](#cmdline-options) | ||
- [Operational notes](#operational-notes) | ||
|
@@ -58,9 +59,9 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:[email protected]). | |
|
||
## Dependencies | ||
|
||
`buku` requires Python 3.x to work. | ||
`buku` requires Python 3.3 or later. | ||
|
||
Optional dependencies: | ||
Package dependencies: | ||
- Encryption: cryptography | ||
- Import bookmarks: Beautiful Soup | ||
|
||
|
@@ -104,6 +105,14 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi | |
- Void Linux repos ( `$ sudo xbps-install -S buku` ) | ||
- [Homebrew](http://braumeister.org/formula/buku) for OS X, or its Linux fork, [Linuxbrew](https://github.com/Linuxbrew/linuxbrew/blob/master/Library/Formula/buku.rb) | ||
|
||
## Debian package | ||
|
||
If you are on a Debian (including Ubuntu) based system visit [the latest stable release](https://github.com/jarun/Buku/releases/latest) and download the`.deb`package. To install, run: | ||
|
||
$ sudo dpkg -i buku-$version-all.deb | ||
|
||
Please substitute `$version` with the appropriate package version. | ||
|
||
# Usage | ||
|
||
## Cmdline options | ||
|