Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 597 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 597 Bytes

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.