No commit activity in last 3 years
No release in over 3 years
This gem watches a given directory for any changes and executes a given command when something is changed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Rstakeout

Ruby script to execute an arbitrary command whenever a file changes.

Installation

gem install sinefunc-rstakeout
# Mac users: install `growlnotify` from the Growl DWG to get notifications

Common usage

# Execute a test everytime any file changes
rstakeout 'rake test' **/*

# Regenerate some LessCSS files whenever needed
rstakeout 'lessc %s' **/*.less

Authors

This project has been forked from github.com/edvardm/rstakeout, which was forked from topfunky. The original author is Mike Clark.

Sinefunc has forked this project to:

  • Make this project a gem (easily installable with gem install)
  • New icons
  • Small feature additions

Copyright

Icons from http://gakuseisean.deviantart.com/art/OSE-PNGs-53752770

License: MIT