Skip to content

Commit

Permalink
Update the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed May 20, 2024
1 parent 076b3d0 commit e45d17e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down
10 changes: 9 additions & 1 deletion src/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ import (
"github.com/rivo/uniseg"
)

const Usage = `usage: fzf [options]
const Usage = `fzf is an interactive filter program for any kind of list.
It implements a "fuzzy" matching algorithm, so you can quickly type in patterns
with omitted characters and still get the results you want.
Project URL: https://github.com/junegunn/fzf
Author: Junegunn Choi <junegunn.c@gmail.com>
Usage: fzf [options]
Search
-x, --extended Extended-search mode
Expand Down

0 comments on commit e45d17e

Please sign in to comment.