# HG changeset patch # User Steve Losh # Date 1364667003 14400 # Node ID 56490526347a3598bc93f7d17545714b7458edf7 # Parent c61d3379874076624fdaed41c99468ac745b91aa# Parent a30885eba5d365da12b264d4beac7596ce1b6ada Merge. diff -r c61d33798740 -r 56490526347a content/projects/friendly-find.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/friendly-find.html Sat Mar 30 14:10:03 2013 -0400 @@ -0,0 +1,20 @@ + {% extends "_post.html" %} + + {% hyde + title: "Friendly Find" + snip: "A friendlier find(1)." + created: 2012-11-19 19:00:01 + exclude: False + %} + +{% block article %} + +[Friendly Find][] is the friendly file finder. + +It's meant to be a more usable replacement for find(1). If you've used [ack][], +then `ffind` is to `find` as `ack` is to `grep`. + +[Friendly Find]: https://github.com/sjl/friendly-find +[ack]: http://betterthangrep.com/ + +{% endblock %} diff -r c61d33798740 -r 56490526347a content/projects/peat.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/peat.html Sat Mar 30 14:10:03 2013 -0400 @@ -0,0 +1,16 @@ + {% extends "_post.html" %} + + {% hyde + title: "Peat" + snip: "Peat repeats commands." + created: 2012-11-19 19:00:02 + exclude: False + %} + +{% block article %} + +[Peat][] is a small utility for easily repeating a command when files change. + +[Peat]: https://github.com/sjl/peat + +{% endblock %}