No description
Find a file
CismonX 328095ae43
build: install man pages by default
Since we're already installing man pages conditionally
(only install a man page when the corresponding program is enabled),
it makes more sense to install them by default,
instead of having to install separately with `make install-man`.
2025-07-09 21:02:22 +08:00
.builds ci: tidy up config options 2025-06-29 12:24:04 +08:00
doc doc: update doc for the -h and -V options 2025-06-27 13:24:31 +08:00
m4 build: refactor configuration scripts 2025-06-17 13:41:17 +08:00
src xattr: fix xattr_do_get/xattr_do_list return value 2025-07-06 11:29:55 +08:00
tests test: fetch prng seed from environment variable 2025-06-19 16:51:35 +08:00
.gitignore test: init tests; add tests for util lib 2025-02-08 01:48:07 +08:00
configure.ac build: install man pages by default 2025-07-09 21:02:22 +08:00
COPYING init: prepare for Savannah 2024-12-31 18:09:03 +08:00
INSTALL.md build: install man pages by default 2025-07-09 21:02:22 +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.