johnae / spook

Lightweight programmable evented utility based on LuaJIT and ljsyscall
Other
35 stars 0 forks source link

Implement functionality of the entr command line utility #36

Closed johnae closed 7 years ago

johnae commented 7 years ago

Even though I find entr extremely useful, spook is lightweight enough that it could easily have the same functionality in addition to its quite extensive other functionality. So, eg. spook could be used for more one-off tasks like:

find . -type f | spook -k restart_the_server

Or basically anything else that entr is good for. For those smaller tasks a Spookfile is obviously not needed and should probably not even be loaded.

johnae commented 7 years ago

See https://github.com/johnae/spook/pull/37 for progress.

johnae commented 7 years ago

See the actual command line switches - they don't match entrs exactly.

johnae commented 7 years ago

Available as of https://github.com/johnae/spook/commit/f4186858b06fcfe737107699854bd88be3a4c613 and will be released in 0.8.1.