From 07c97ebf4be14bb2a996c205973c10470e04c823 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Mon, 19 Nov 2012 19:20:21 -0500 Subject: [PATCH] Add ffind and peat. --- content/projects/friendly-find.html | 20 ++++++++++++++++++++ content/projects/peat.html | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 content/projects/friendly-find.html create mode 100644 content/projects/peat.html diff --git a/content/projects/friendly-find.html b/content/projects/friendly-find.html new file mode 100644 index 0000000..e53579f --- /dev/null +++ b/content/projects/friendly-find.html @@ -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 --git a/content/projects/peat.html b/content/projects/peat.html new file mode 100644 index 0000000..95d3c97 --- /dev/null +++ b/content/projects/peat.html @@ -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 %}