1
10
Fork
You've already forked bookmarkfs
0
FUSE-based pseudo-filesystem for managing web browser bookmarks.
  • C 97.3%
  • M4 1.4%
  • Makefile 1.3%
Find a file
CismonX 5c83889fb9
ci: update Alpine build
- No need to add busybox-mdev-openrc as dependency, since it's
 part of the base install.
- No need to explicitly start mdev service, since it already starts
 on boot (see builds.sr.ht commit 1f01110ffb).
- Use doas instead of sudo (the latter is deprecated on Alpine
 in favor of doas).
2026年06月24日 07:57:42 +08:00
.builds ci: update Alpine build 2026年06月24日 07:57:42 +08:00
doc doc: add permd caveats 2026年05月26日 17:08:27 +08:00
m4 build: fix EX_FEAT() conditional exporting 2025年07月24日 19:21:29 +08:00
src fs_ops: workaround libfuse compatibility issue 2026年06月18日 11:03:14 +08:00
tests build: refactor config option for interactive fsck 2026年06月12日 07:32:21 +08:00
.gitignore chore: update .gitignore 2026年06月14日 16:07:58 +08:00
configure.ac build: refactor config option for interactive fsck 2026年06月12日 07:32:21 +08:00
COPYING init: prepare for Savannah 2024年12月31日 18:09:03 +08:00
INSTALL.md doc: tidy up INSTALL.md 2026年06月14日 15:20:02 +08:00
Makefile.am build: move bookmarkfs_util.pc.in to ./src 2025年06月18日 16:13:07 +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.