56490526347a
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 30 Mar 2013 14:10:03 -0400 |
parents | c61d33798740 (current diff) a30885eba5d3 (diff) |
children | 3b0fb0a3ea52 |
branches/tags | (none) |
files |
Changes
--- /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 %}
--- /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 %}