Python wrapper for junegunn's fuzzyfinder (fzf)
Project description
# pyfzf
##### A python wrapper for junegunn’s [fzf](https://github.com/junegunn/fzf).
## Requirements * Python 2.6+ * [fzf](https://github.com/junegunn/fzf)
- ## Installation
pip install git+git://github.com/nk412/pyfzf.git
- ## Usage
>>> from pyfzf import FzfPrompt >>> fp = FzfPrompt() >>> fp.prompt(range(0,10)) ['1','2']
CHANGES
2015.11.16: Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyfzf-0.1.5.tar.gz
(3.2 kB
view hashes)
Built Distribution
pyfzf-0.1.5-py2-none-any.whl
(4.5 kB
view hashes)