1 unstable release
Uses old Rust 2015
0.1.0 | Dec 12, 2017 |
---|
26KB
522 lines
Shotwell VFS
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
Dependencies
~6.5MB
~125K SLoC