Skip to content

Commit

Permalink
Add ffind and peat.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Nov 20, 2012
1 parent a9ec533 commit 07c97eb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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 %}
16 changes: 16 additions & 0 deletions 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 %}

0 comments on commit 07c97eb

Please sign in to comment.