fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit db711000c110a1a0966f98cbb422803dff67e8be
parent f16df62da115f2d4e50cdd2a3c46eb16e7f0e8bc
Author: Casper Wang <casprwang@gmail.com>
Date:   Wed, 21 Oct 2020 09:45:11 -0700

Update ALGORITHM.md

Fix link in README
Diffstat:
MALGORITHM.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ALGORITHM.md b/ALGORITHM.md @@ -59,7 +59,7 @@ both computation of the penalty for starting a gap and the score for a consecutive match. Using [this -algorithm](https://github.com/jhawthorn/fzy/blob/master/src/match.c#L58) fzy +algorithm](https://github.com/jhawthorn/fzy/blob/master/src/match.c#L105) fzy is able to score based on the optimal match. * Gaps (negative score)