This is a udisks wrapper providing functions to automatically mount and unmount devices,
which can be used as a lightweight alternative to udiskie.
cargo +nightly install --git https://github.com/uriib/udiskr.gitThe compiled binary will be installed at $HOME/.cargo/bin/udiskr by default.
Run udiskr command to start the daemon.
It's recommended to add udiskr to startup applications.
exec-once = exec udiskr
- Automatically start
udisksd(daemon forudisks2) - Automated mounting of devices
- Notifications
- Minimal memory usage
- Encrypted device support
I'm currently working with a dbus implementation in zig,
udiskr will be immigrated in the future.