Skip to content

Commit

Permalink
Add features to man page. Add PPA link.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 18, 2016
1 parent 588ce90 commit 2e2e24e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Though a terminal utility, it's possible to add bookmarks to `buku` without touc
## Features

- Add, open, tag, comment on, search, update, remove URLs
- Merge-able portable database, to sync between systems
- Portable, merge-able database, to sync between systems
- Import/export bookmarks HTML (Firefox, Google Chrome, IE compatible)
- Fetch page title from web, refresh all titles in a go
- Open (multiple) search results directly in default browser
Expand Down Expand Up @@ -106,10 +106,11 @@ To remove, run:
- Void Linux repos ( `$ sudo xbps-install -S buku` )
- [Homebrew](http://braumeister.org/formula/buku) for OS X
- [Debian Sid](https://packages.debian.org/sid/buku)
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)

### 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:
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

Expand Down
13 changes: 13 additions & 0 deletions buku.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ buku \- A powerful command-line bookmark manager. Your mini web!
.SH DESCRIPTION
.B buku
is a command-line tool to save, tag and search bookmarks.
.PP
.B Features
.PP
* Add, open, tag, comment on, search, update, remove URLs
* Portable merge-able database, to sync between systems
* Import/export bookmarks HTML (Firefox, Google Chrome, IE 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
* Several options for power users (see help or man page)
* Fast and clean interface, distinct symbols for record fields
* Minimal dependencies
.SH OPERATIONAL NOTES
.PP
The SQLite3 database file is stored in:
Expand Down

0 comments on commit 2e2e24e

Please sign in to comment.