Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 413 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 413 Bytes

ZoteroFS

Mount your Zotero library as a FUSE filesystem. All attachments are symlinked in a diretory tree mirroring the Zotero collections.

Installation

$ cargo install zoterofs

Usage

$ export ZOTEROHOME=/home/me/zotero
$ export MOUNTPOINT=$ZOTEROHOME/mnt
$ zoterofs $ZOTEROHOME $MOUNTPOINT

$ ls $MOUNTPOINT
MyCollection

TODO

  • Fstab example
  • Hot reloading