Add features to man page. Add PPA link.
This commit is contained in:
parent
588ce9074b
commit
2e2e24eac7
@ -54,7 +54,7 @@ Though a terminal utility, it's possible to add bookmarks to `buku` without touc
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Add, open, tag, comment on, search, update, remove URLs
|
- 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)
|
- Import/export bookmarks HTML (Firefox, Google Chrome, IE compatible)
|
||||||
- Fetch page title from web, refresh all titles in a go
|
- Fetch page title from web, refresh all titles in a go
|
||||||
- Open (multiple) search results directly in default browser
|
- Open (multiple) search results directly in default browser
|
||||||
@ -106,10 +106,11 @@ To remove, run:
|
|||||||
- Void Linux repos ( `$ sudo xbps-install -S buku` )
|
- Void Linux repos ( `$ sudo xbps-install -S buku` )
|
||||||
- [Homebrew](http://braumeister.org/formula/buku) for OS X
|
- [Homebrew](http://braumeister.org/formula/buku) for OS X
|
||||||
- [Debian Sid](https://packages.debian.org/sid/buku)
|
- [Debian Sid](https://packages.debian.org/sid/buku)
|
||||||
|
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)
|
||||||
|
|
||||||
### Debian package
|
### 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
|
$ sudo dpkg -i buku-$version-all.deb
|
||||||
|
|
||||||
|
13
buku.1
13
buku.1
@ -6,6 +6,19 @@ buku \- A powerful command-line bookmark manager. Your mini web!
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B buku
|
.B buku
|
||||||
is a command-line tool to save, tag and search bookmarks.
|
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
|
.SH OPERATIONAL NOTES
|
||||||
.PP
|
.PP
|
||||||
The SQLite3 database file is stored in:
|
The SQLite3 database file is stored in:
|
||||||
|
Loading…
Reference in New Issue
Block a user