Skip to main content

Monitor & auto execute single script(go py c) after modify.

Project description

Monitor and auto execute single script after modify

support go, python, c++, c. filename endswith .py .c .cpp .go extend other. Support django reload server when template change.

[zh_cn] 自动执行修改后的脚本

install

pip install seeing

use

seeing -f hello.py
seeing -s 3 -f hello.go  # execute script after hello.go modified 3 seconds.
seeing -f hello.cpp      # it will run g++ hello.cpp && ./a.out
seeing -f hello.c        # same as cpp

# reload django devlop server
pip install gunicorn
seeing -c gunicorn project_name.wsgi

extend other

seeing -c sh hello.sh
seeing -c open hello.html
seeing -c node hello.js
seeing -c scrapy spider.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seeing-0.1.7.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

seeing-0.1.7-py3.6.egg (5.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page