FUSE-based pseudo-filesystem for managing web browser bookmarks.
- C 97.3%
- M4 1.4%
- Makefile 1.3%
|
CismonX
5c83889fb9
- 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). |
||
|---|---|---|
| .builds | ci: update Alpine build | |
| doc | doc: add permd caveats | |
| m4 | build: fix EX_FEAT() conditional exporting | |
| src | fs_ops: workaround libfuse compatibility issue | |
| tests | build: refactor config option for interactive fsck | |
| .gitignore | chore: update .gitignore | |
| configure.ac | build: refactor config option for interactive fsck | |
| COPYING | init: prepare for Savannah | |
| INSTALL.md | doc: tidy up INSTALL.md | |
| Makefile.am | build: move bookmarkfs_util.pc.in to ./src | |
| README.md | chore: update links | |
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.