https://github.com/katef/bibfs
BibTeX parsing and filesystem
https://github.com/katef/bibfs
biblatex bibliography bibtex fuse fuse-filesystem zim
Last synced: 4 months ago
JSON representation
BibTeX parsing and filesystem
- Host: GitHub
- URL: https://github.com/katef/bibfs
- Owner: katef
- License: bsd-2-clause
- Created: 2017-02-01T21:50:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T04:19:00.000Z (over 3 years ago)
- Last Synced: 2025-04-11T14:25:10.091Z (6 months ago)
- Topics: biblatex, bibliography, bibtex, fuse, fuse-filesystem, zim
- Language: C
- Size: 298 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
bibfs: A FUSE file system for mounting Bibtex files.
To build and install:
; pmake -r install
You can override a few things:
; CC=clang PREFIX=$HOME pmake -r install
Building depends on:
* Any BSD make. This includes OpenBSD, FreeBSD and NetBSD make(1)
and sjg's portable bmake (also packaged as pmake).* The FUSE file system front-end needs the FUSE headers to build,
packaged as libfuse-dev for Debian and friends.* A C compiler. Any should do, but GCC and clang are best supported.
* ar, ld, and a bunch of other stuff you probably already have.
To mount a Bibtex file (-d will prevent FUSE from daemonising itself):
; bibfs -d /path/to/bibliography.bib /mnt
Ideas, comments or bugs: kate@elide.org