diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-21 01:42:37 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-21 01:57:22 +0900 |
| commit | 0cadf70072d2a91b0ddc4b1de9d20554cc0d5f02 (patch) | |
| tree | 4ba210eaf001851a5f2b13dbff7b80943473f970 /src | |
| parent | 076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef (diff) | |
| download | fzf-0cadf70072d2a91b0ddc4b1de9d20554cc0d5f02.tar.gz | |
Update the summary
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.go | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/options.go b/src/options.go index 6d228fe3..ca0d025e 100644 --- a/src/options.go +++ b/src/options.go @@ -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 |
