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
- Host: GitHub
- URL: https://github.com/becxer/pydemon
- Owner: becxer
- Created: 2015-08-28T05:44:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T14:49:15.000Z (over 7 years ago)
- Last Synced: 2025-09-24T21:55:39.079Z (9 months ago)
- Topics: console-tool, python, watcher
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
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
}