fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 5cb085ee06494dd9b65b5b51e5676b4267806886 parent 0f6972f897c3208d2f7ef81572fdd1c1f5878512 Author: John Hawthorn <john@hawthorn.email> Date: Sat, 22 Jan 2022 22:50:00 -0800 Merge pull request #150 from casprwang/patch-1 Update ALGORITHM.md Diffstat:
| M | ALGORITHM.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)