summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-05-21 01:42:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-05-21 01:57:22 +0900
commit0cadf70072d2a91b0ddc4b1de9d20554cc0d5f02 (patch)
tree4ba210eaf001851a5f2b13dbff7b80943473f970 /README.md
parent076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef (diff)
downloadfzf-0cadf70072d2a91b0ddc4b1de9d20554cc0d5f02.tar.gz
Update the summary
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 32fad9a5..62530485 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,10 @@ fzf is a general-purpose command-line fuzzy finder.
<img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-preview.png" width=640>
-It's an interactive Unix filter for command-line that can be used with any
-list; files, command history, processes, hostnames, bookmarks, git commits,
-etc.
+It's an interactive filter program for any kind of list; files, command
+history, processes, hostnames, bookmarks, git commits, etc. It implements
+a "fuzzy" matching algorithm, so you can quickly type in patterns with omitted
+characters and still get the results you want.
Pros
----