Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BurntBrunch/pydiskmonitor


https://github.com/BurntBrunch/pydiskmonitor

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

* PyDiskMonitor *

A tiny Qt-based application that monitors UDisks for new removable devices,
matches them against a set of rules and executes custom scripts.

The rules consist of multiple lines, each one of which might be a list of
comma-delimited key-value pairs. If a device matches all the key-value pairs on
any line, it matches that rule and the whole ruleset.

The valid rule keys are `fs_label`, `fs_uuid`, `mount_path`, `model`, `vendor`,
and `dev_file`.

* Requirements *

Requires: PyQt4, dbus-python, pyparsing