shotwellvfs

Crates.ioshotwellvfs
lib.rsshotwellvfs
version0.1.0
sourcesrc
created_at2017-12-12 08:57:09.600294
updated_at2017-12-12 08:57:09.600294
descriptionShotwell FUSE adapter
homepage
repositoryhttps://github.com/torkve/shotwellvfs
max_upload_size
id42498
size26,125
Vsevolod (torkve)

documentation

README

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

Commit count: 17

cargo fmt