Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entr-like functionality. #37

Merged
merged 3 commits into from
Jun 7, 2017
Merged

Add entr-like functionality. #37

merged 3 commits into from
Jun 7, 2017

Conversation

johnae
Copy link
Owner

@johnae johnae commented May 31, 2017

This implements entr like functionality. Basically, if there's anything (when starting up) on stdin it will assume an entr like identity where files to watch are expected on stdin and a command should be given to spook to run when something does change. Basically:

find . -type f | spook echo file: {file}

@johnae johnae merged commit f418685 into master Jun 7, 2017
@johnae johnae deleted the entr-functionality branch June 7, 2017 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant