_guard-core
modifications
Install
- All systems
-
curl cmd.cat/_guard-core.sh
- Debian
-
apt-get install ruby-guard
- Ubuntu
-
apt-get install ruby-guard
- Kali Linux
-
apt-get install ruby-guard
- Fedora
-
dnf install rubygem-guard
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-guard
- Dockerfile
- dockerfile.run/_guard-core
rubygem-guard
modifications
ruby-guard
Commandline to easily handle events on file system modifications
Guard automates various tasks by running custom rules whenever file or directories are modified. It's frequently used by software developers, web designers, writers and other specialists to avoid mundane, repetitive actions and commands such as "relaunching" tools after changing source files or configurations. Features: * File system changes handled by awesome Listen gem. * Support for visual system notifications. * Huge eco-system with more than 220 Guard plugins. * Tested against Ruby 2.2.8, 2.3.5, 2.4.2, JRuby & Rubinius.