7a725f724e08
Update README
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 23 Feb 2016 13:36:05 +0000 |
parents | c34d05425c3f |
children | b045294f3cd1 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Wed Dec 09 13:57:03 2015 +0000 +++ b/README.markdown Tue Feb 23 13:36:05 2016 +0000 @@ -67,6 +67,13 @@ $ peat --dynamic 'ffind ".markdown$"' 'echo "A file changed!"' +### Tips & Tricks + +Watch all the files Mercurial is tracking (instead of hand-crafting a `find` +command to output that list) and run `make` on changes: + + $ hg files | peat make + ### Full Usage Here's the full usage: @@ -111,7 +118,7 @@ License ------- -Copyright 2012 Steve Losh and contributors. +Copyright 2016 Steve Losh and contributors. Licensed under [version 3 of the GPL][gpl].