https://github.com/tmc/mutter
Runs arbitrary commands upon detection of file modifications
https://github.com/tmc/mutter
Last synced: 7 months ago
JSON representation
Runs arbitrary commands upon detection of file modifications
- Host: GitHub
- URL: https://github.com/tmc/mutter
- Owner: tmc
- License: other
- Created: 2009-10-18T21:07:14.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-19T15:46:42.000Z (over 16 years ago)
- Last Synced: 2025-03-24T09:47:14.276Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
=====
About
=====
Mutter is a small python program that runs a specified command when
certain conditions are met. By default it will play sounds based on the return
value of the provided command.
I intend to make it easy to write custom notifiers and smart resonders.
Think growl notifications or intelligently only running a subset of a test suite.
An example invokation might be:
`mutter -c nosetests`
which would run nosetests whenever a file under the current path is changed,
removed or added.
See `mutter --help` for more information.
================
Similar projects
================
Chris Heisel's pywatch is a similar project that was released before
nosy / nosyd