1
0
Fork
You've already forked automounter
0
No description
  • Rust 100%
2026年04月08日 02:54:32 +00:00
src search xdg config dirs 2026年04月08日 02:53:34 +00:00
.gitignore remove direnv artifacts from gitignore 2026年02月12日 10:03:39 -08:00
Cargo.lock bump version to 0.1.3 2026年04月08日 02:54:32 +00:00
Cargo.toml bump version to 0.1.3 2026年04月08日 02:54:32 +00:00
example_config.json narrow the scope 2025年12月24日 01:15:05 -08:00
LICENSE initial commit 2025年12月23日 18:51:06 -08:00
README.md fix readme 2026年03月13日 23:14:12 -07:00

a silly lil automounter

Configuration Options:

  • filesystems: list of filesystem configurations

Filesystem Configuration Options:

  • uuid: string
    The filesystem UUID to match against.

  • options: list of string
    Optional extra mount options.

Dependencies:

  • libudev