Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BurntBrunch/pydiskmonitor
https://github.com/BurntBrunch/pydiskmonitor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/BurntBrunch/pydiskmonitor
- Owner: BurntBrunch
- Created: 2012-02-03T20:03:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-04T23:53:35.000Z (almost 13 years ago)
- Last Synced: 2024-11-05T09:51:34.832Z (2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- my-awesome-github-stars - BurntBrunch/pydiskmonitor - (Python)
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