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

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

## Installation

    $ make
    $ sudo make install

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