summaryrefslogtreecommitdiff
path: root/README.md
blob: e4dcf2eedcec07a85ec4d47074290072a5de3588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# fzy

A fuzzy text selector for terminals in C inspired by
[selecta](https://github.com/garybernhardt/selecta)
and
[dmenu](http://tools.suckless.org/dmenu/)

![](http://i.hawth.ca/u/fzy2.gif)

## Installation

    $ make
    $ sudo make install

The `PREFIX` environment variable can be used to specify the install location,
the default is `/usr/local`.