修改后监视并自动执行单个脚本(go py c)。

seeing的Python项目详细描述


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

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
hashmap Java如何以列表作为值组织映射   java二进制搜索树如何在“main”中调用我的inoder方法,并在输出中省略null?   java Subclipse如何覆盖更改的文件   java无法识别的VM选项“ExplicitGCInvokesConcurrentAndUnloadsClasses”   java需要从字符串中转义“| |”条件   JavaMVEL迭代列表   如果有对元素字段的引用,java会对元素进行垃圾收集吗?   java如何按索引删除行   java有没有简单的http服务来检查域名的可用性   java Spring@ContextConfiguration无法从不同的项目加载测试上下文   IntelliJ IDEA社区版中的java Webservice客户端   netbeans从java Main调用另一个java文件中的方法   java MySQL左连接和组连接返回重复和中断数据   Java\Hibernate\ManyTone\Ordering   java JPQL中的LIMIT子句是什么?   在Java中,预处理器将单词转换为基本形式   在核心java中创建GUI时的swing问题   java从javabean创建不可变对象   java线程是否可能在wait()循环中饿死?   java有spring用来从xml解析setter数据的助手类吗?