From 490c1ef192072056dc1305021cc97b6d0f3ab241 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 9 May 2017 23:45:02 +0200 Subject: [PATCH] Features --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d29fe..8669d0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # fnd -A modern, convenient and fast replacement for 'find' +A modern, convenient and fast replacement for 'find'. + +**Features:** +* Easy syntax. `fnd PATTERN` instead of `find -iname '*PATTERN*'`. +* Colored output. +* Regular expressions. +* The command name is *25%* shorter than `find` :-). ## Examples ``` bash