dgraham / scores

String similarity ranking for Vim's CtrlP fuzzy file finder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String similarity scoring

Mostly intended for use with Vim's CtrlP fuzzy file name matcher, scores ranks a set of file paths, provided on standard input, against a search term to find the closest match.

Install the vim-scores plugin to use this as CtrlP's file name matcher.

Usage

$ scores -h
$ scores --limit 10 user.rb < items.cache

Development

$ cargo test
$ cargo build --release

License

Distributed under the MIT license. See LICENSE for details.

About

String similarity ranking for Vim's CtrlP fuzzy file finder.

License:MIT License


Languages

Language:Rust 100.0%