From 1cb2b2f7ba93d0b18d1cf82a0c84c11278823dc1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 7 Dec 2016 11:10:33 +1300 Subject: Add loc(1df) --- README.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index b591b5f4..b555d65d 100644 --- a/README.markdown +++ b/README.markdown @@ -454,6 +454,7 @@ Installed by the `install-bin` target: * `jfc(1df)` adds and commits lazily to a Git repository. * `jfcd(1df)` watches a directory for changes and runs `jfc(1df)` if it sees any. +* `loc(1df)` is a quick-search wrapped around `find(1)`. * `maybe(1df)` is like `true(1)` or `false(1)`; given a probability of success, it exits with success or failure. Good for quick tests. -- cgit v1.2.3