diff options
author | Anj Duvnjak <alvind11@hotmail.com> | 2020-02-08 01:57:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 01:57:05 +0700 |
commit | 4eea64847185951a76937c4e81037a3f8ee4c808 (patch) | |
tree | 195892dc263b99e24211672c794358516ca387e8 /desktop/buku/README | |
parent | 052ee1f23a65e328835c3c3a5f4fc29c45af0652 (diff) |
desktop/buku: Added (Cmdline bookmark manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/buku/README')
-rw-r--r-- | desktop/buku/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/buku/README b/desktop/buku/README new file mode 100644 index 000000000000..cfac0e6693e5 --- /dev/null +++ b/desktop/buku/README @@ -0,0 +1,9 @@ +buku (Cmdline bookmark manager with editor and browser integration) + +buku is a powerful bookmark manager written in Python3 and SQLite3. +buku fetches the title of a bookmarked url and stores it along with +any user-provided comments and tags. + +All buku dependencies must be built with Python 3. + +Optional dependency: xsel |