No description
Find a file
CismonX b5fa6960ef
backend_firefox: hide dangling keywords
When a bookmark associated with a keyword is deleted,
there may still be dangling references (e.g., tags) to the
corresponding `moz_places` entry.

By filtering out NULL titles, `bookmark_lookup()` and
`bookmark_list()` now only give keywords associated with
valid bookmarks.
2025-06-05 08:27:59 +08:00
.builds ci: setup FUSE on Alpine build 2025-03-29 19:27:13 +08:00
doc backend_firefox: add keyword xattr 2025-04-29 12:46:29 +08:00
m4 build: rename bookmarkfs.pc -> bookmarkfs_util.pc 2025-04-01 12:49:21 +08:00
src backend_firefox: hide dangling keywords 2025-06-05 08:27:59 +08:00
tests test: add tests for tags and keywords 2025-06-02 09:20:19 +08:00
.gitignore test: init tests; add tests for util lib 2025-02-08 01:48:07 +08:00
bookmarkfs_util.pc.in build: rename bookmarkfs.pc -> bookmarkfs_util.pc 2025-04-01 12:49:21 +08:00
configure.ac chore: bump version to 0.1.1 2025-04-07 12:23:50 +08:00
COPYING init: prepare for Savannah 2024-12-31 18:09:03 +08:00
INSTALL.md build: rename bookmarkfs.pc -> bookmarkfs_util.pc 2025-04-01 12:49:21 +08:00
Makefile.am build: rename bookmarkfs.pc -> bookmarkfs_util.pc 2025-04-01 12:49:21 +08:00
README.md chore: update links 2025-02-05 18:11:37 +08:00

About

BookmarkFS is a FUSE-based pseudo-filesystem which provides an interface to the bookmark data of web browsers.

Currently, the following browsers (and their derivatives) are supported:

  • Firefox
  • Chromium

Getting Started

See 'INSTALL.md' for instructions on how to build and install BookmarkFS. See the files under 'doc/' for the user manual.

Project homepage: https://www.nongnu.org/bookmarkfs/.

Copying

BookmarkFS is free software, distributed under the terms of the GNU General Public License, either version 3, or any later version of the license. For more information, see the file 'COPYING'.

The user manual and other supporting files in this codebase are distributed under separeate licenses. Refer to the corresponding license notice for details.