Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1015 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 1015 Bytes

Shotwell VFS

license Build Status

Expose your Shotwell library as a filesystem mountpoint.

Warning: currently is extremely unstable, lacks most of the functionality. Use it on your own risk and don't use simultaneously with Shotwell: the result will be inconsistent.

Build

You will need libfuse to build this library. On Ubuntu- and Debian-based systems it can be installed with $ sudo apt install libfuse-dev.

To build shotwellvfs use cargo package manager: $ cargo build --release

Usage

To start currently just use: $ target/release/shotwellvfs MOUNTPOINT where MOUNTPOINT is a directory where the library should be mounted.

To unmount it use $ fusermount -u MOUNTPOINT