Skip to content

tmc/mutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=====
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

About

Runs arbitrary commands upon detection of file modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages