[ 原始碼: ruby-guard-shell ]
套件:ruby-guard-shell(0.7.1-2.1)
ruby-guard-shell 的相關連結
Debian 的資源:
下載原始碼套件 ruby-guard-shell:
- [ruby-guard-shell_0.7.1-2.1.dsc]
- [ruby-guard-shell_0.7.1.orig.tar.gz]
- [ruby-guard-shell_0.7.1-2.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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