项目作者: dgraham

项目描述 :
String similarity ranking for Vim's CtrlP fuzzy file finder.
高级语言: Rust
项目地址: git://github.com/dgraham/scores.git
创建时间: 2018-04-23T17:19:58Z
项目社区:https://github.com/dgraham/scores

开源协议:MIT License

下载


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

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

Development

  1. $ cargo test
  2. $ cargo build --release

License

Distributed under the MIT license. See LICENSE for details.