--- 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].