[ 源代码: ruby-guard-shell ]
软件包: ruby-guard-shell (0.7.1-1)
ruby-guard-shell 的相关链接
Trisquel 的资源:
下载源码包 ruby-guard-shell:
- [ruby-guard-shell_0.7.1-1.dsc]
- [ruby-guard-shell_0.7.1.orig.tar.gz]
- [ruby-guard-shell_0.7.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Ruby Extras Maintainers (Mail Archive)
- HIGUCHI Daisuke (VDR dai)
外部的资源:
- 主页 [github.com]
相似软件包:
Guard plugin for running shell commands
Guard plugin to run shell commands when files are altered.
With this plugin, when a file changes it does something in a shell or ruby. It simply executes the block passed to watch if a change is detected, and if anything is returned from the block it will be printed.
其他与 ruby-guard-shell 有关的软件包
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-guard (>= 2.0.0)
- Commandline to easily handle events on file system modifications
-
- dep: ruby-guard-compat (>= 1.0)
- Test helper for testing custom Guard plugins