# HG changeset patch # User Steve Losh # Date 1456234565 0 # Node ID 7a725f724e089507f1fd11f47248cd2d13895e8c # Parent c34d05425c3f266b1b3ed060a860de5b2bde7841 Update README diff -r c34d05425c3f -r 7a725f724e08 README.markdown --- 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].