mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 20:52:06 -07:00
Update the summary
This commit is contained in:
@@ -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>
|
<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
|
It's an interactive filter program for any kind of list; files, command
|
||||||
list; files, command history, processes, hostnames, bookmarks, git commits,
|
history, processes, hostnames, bookmarks, git commits, etc. It implements
|
||||||
etc.
|
a "fuzzy" matching algorithm, so you can quickly type in patterns with omitted
|
||||||
|
characters and still get the results you want.
|
||||||
|
|
||||||
Pros
|
Pros
|
||||||
----
|
----
|
||||||
|
@@ -30,7 +30,10 @@ fzf - a command-line fuzzy finder
|
|||||||
fzf [options]
|
fzf [options]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
fzf is a general-purpose command-line fuzzy finder.
|
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.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.SS Note
|
.SS Note
|
||||||
|
@@ -16,7 +16,15 @@ import (
|
|||||||
"github.com/rivo/uniseg"
|
"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
|
Search
|
||||||
-x, --extended Extended-search mode
|
-x, --extended Extended-search mode
|
||||||
|
Reference in New Issue
Block a user