robfig / glock

MIT License
230 stars 27 forks source link

Use stdin/stdout #5

Closed joliver closed 10 years ago

joliver commented 10 years ago

Any chance that glock save could utilize standard out so we can pipe to an file of our choosing? Additional, during glock apply/install/sync operations, any chance it can read from stdin for the same reason?

For example:

glock save > .deps.txt
cat .deps | glock apply
joliver commented 10 years ago

I've got an even better idea. How about I read the docs and messages printed to console before I file an issue!