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

https://github.com/becxer/pydemon

Relaunch your script when change detected in your directory
https://github.com/becxer/pydemon

console-tool python watcher

Last synced: 5 months ago
JSON representation

Relaunch your script when change detected in your directory

Awesome Lists containing this project

README

          

##How to install

$ sudo pip install pydemon

##How to use

$ pydemon 'bash script'
or
$ pydemon script.sh

##How to ignore file such as ".swp"

$ vi .pydemon.dat

add your ignore pattern to "ignore_postfix" like below

{
"ignore_postfix": [
".swp",
".log"
],
"run_count": 16
}