Commit Diff
Commit:
a1e58086b26b2f6f313a7f68710d7ba106678aa6
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Mar 12 17:32:11 2022 UTC
Message:
update readme
commit - 3aeafed83fd86a09414856aa6d673af61428fd48
commit + a1e58086b26b2f6f313a7f68710d7ba106678aa6
blob - 845b8e9849032c9b0ef20ffec373f4aca806c5ed
blob + 8ef1e851d94cbd253a23e9336337817be2cda6fb
--- README.md
+++ README.md
@@ -52,10 +52,5 @@ Well, for these kinds of things I wrote a wrapper arou
find . -type f -iname \*.opus -exec amused add {} +
-Well, for these kinds of things I wrote a wrapper around find called
-walk that provides 80% of what I do with find in 20% of the characters:
-
- walk \*.opus amused add
-
-but you got the idea (walk lives in my
-[dotfiles](//git.omarpolo.com/dotsnew).)
+I wrote a bit more about the background of amused [in a blog
+post](https://www.omarpolo.com/post/amused.html).
Omar Polo