Metadata-Version: 2.1
Name: fzf-bin
Version: 0.54.1
Summary: fzf - 🌸 A command-line fuzzy finder
Keywords: fzf,tui,fuzzy finder
Author-Email: dowon <ks2515@naver.com>
License: MIT
Classifier: Programming Language :: Go
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Terminals
Project-URL: Repository, https://github.com/Bing-su/pip-binary-factory
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# fzf-bin

https://github.com/junegunn/fzf

**fzf** is an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc..

see original [repository](https://github.com/junegunn/fzf) for more information.

![image](https://raw.githubusercontent.com/junegunn/i/master/fzf-preview.png)

This is a python wrapper that can be installed with pip.

## install

```sh
pip install fzf-bin
```
