Crates.io | shotwellvfs |
lib.rs | shotwellvfs |
version | 0.1.0 |
source | src |
created_at | 2017-12-12 08:57:09.600294 |
updated_at | 2017-12-12 08:57:09.600294 |
description | Shotwell FUSE adapter |
homepage | |
repository | https://github.com/torkve/shotwellvfs |
max_upload_size | |
id | 42498 |
size | 26,125 |
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.
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
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