Sha256: 07944686376281a95a3c6e2e3cd3214d962fb9ef2ac52fd12d09a387b79c8d5d

Contents?: true

Size: 685 Bytes

Versions: 1

Compression:

Stored size: 685 Bytes

Contents

= kicker

A simple OS X CLI tool which uses FSEvents to run a given shell command.

Give it a path to a file or directory and a shell command to execute when any
changes occur:

Show all files whenever a change occurs in the current work directory:

  $ kicker . "ls -l"

Run a Rake task whenever a given file is changed:

  $ kicker guides/source/nested_model_forms.textile "ONLY=nested_model_forms rake guides && open -a Safari guides/output/nested_model_forms.html"

== Tests??

For now it's just a very simple bin script which uses the FSEvents abstraction
from Rucola, which is tested there. Once/if this will every be developed
further test cases will be added where appropriate.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alloy-kicker-0.1.0 README.rdoc