Update README

This commit is contained in:
Junegunn Choi
2026-05-25 22:14:08 +09:00
parent 9a61a1457d
commit 845752f305
+9 -9
View File
@@ -25,22 +25,22 @@
--- ---
fzf is a general-purpose command-line fuzzy finder. fzf is a general-purpose command-line fuzzy finder and an interactive terminal toolkit.
<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 filter program for any kind of list; files, command Whether you're selecting files, browsing command history, previewing data,
history, processes, hostnames, bookmarks, git commits, etc. It implements navigating complex datasets with fuzzy matching, or creating custom menus and
a "fuzzy" matching algorithm, so you can quickly type in patterns with omitted workflows, fzf provides the building blocks to turn shell scripts into rich
characters and still get the results you want. terminal applications.
Highlights Highlights
---------- ----------
- **Portable** -- Distributed as a single binary for easy installation - **Portable** // Distributed as a single binary for easy installation
- **Fast** -- Optimized to process millions of items instantly - **Fast** // Optimized to process millions of items in milliseconds
- **Versatile** -- Fully customizable through an event-action binding mechanism - **Programmable** // Event-driven architecture for building custom terminal interfaces and workflows
- **All-inclusive** -- Comes with integrations for Bash, Zsh, Fish, Nushell, Vim, and Neovim - **Batteries-included** // Comes with integrations for Bash, Zsh, Fish, Nushell, Vim, and Neovim
Table of Contents Table of Contents
----------------- -----------------